diff options
| author | Chad Rosier <mcrosier@apple.com> | 2011-10-25 19:59:50 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2011-10-25 19:59:50 +0000 |
| commit | 124850042548e62bf7d53fbf4ca288d6271b7ce5 (patch) | |
| tree | e3ff33b4bc33ad8d7cdaf6a3b1df996741670e90 /llvm/test/Bitcode | |
| parent | 58734db080235823ba664f3a9c168ba3127fa51a (diff) | |
| download | bcm5719-llvm-124850042548e62bf7d53fbf4ca288d6271b7ce5.tar.gz bcm5719-llvm-124850042548e62bf7d53fbf4ca288d6271b7ce5.zip | |
Simplify tests by not piping them through llvm-dis.
llvm-svn: 142948
Diffstat (limited to 'llvm/test/Bitcode')
| -rw-r--r-- | llvm/test/Bitcode/sse42_crc32.ll | 7 | ||||
| -rw-r--r-- | llvm/test/Bitcode/ssse3_palignr.ll | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/llvm/test/Bitcode/sse42_crc32.ll b/llvm/test/Bitcode/sse42_crc32.ll index 3f27d85589c..ddb108d1462 100644 --- a/llvm/test/Bitcode/sse42_crc32.ll +++ b/llvm/test/Bitcode/sse42_crc32.ll @@ -1,9 +1,10 @@ -; Check to make sure old CRC32 intrinsics are auto-upgraded -; correctly. +; Check to make sure old CRC32 intrinsics are auto-upgraded correctly. +; Auto-upgrade happens when parsing a .bc or a .ll file. Thus, leave the test +; case as a .ll file so we can see what's going on. ; ; Rdar: 9472944 ; -; RUN: opt < %s | llvm-dis | FileCheck %s +; RUN: opt < %s -S | FileCheck %s ; crc32.8 should upgrade to crc32.32.8 ; CHECK: i32 @llvm.x86.sse42.crc32.32.8( diff --git a/llvm/test/Bitcode/ssse3_palignr.ll b/llvm/test/Bitcode/ssse3_palignr.ll index eb844497d9d..90b4394a8b4 100644 --- a/llvm/test/Bitcode/ssse3_palignr.ll +++ b/llvm/test/Bitcode/ssse3_palignr.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s | llvm-dis | FileCheck %s +; RUN: opt < %s -S | FileCheck %s ; CHECK-NOT: {@llvm\\.palign} define <4 x i32> @align1(<4 x i32> %a, <4 x i32> %b) nounwind readnone ssp { |

