diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-08-23 20:21:34 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-08-23 20:21:34 +0000 |
commit | 94a2c5642d03669bbf8b3d01c061ab6e55630e74 (patch) | |
tree | 4cfaabe39cb77c0e999d6d5862b41ddab2e29187 /llvm/test/CodeGen/X86/bool-simplify.ll | |
parent | 145afa17caedb3ff6d58dfd75dd72047810190d1 (diff) | |
download | bcm5719-llvm-94a2c5642d03669bbf8b3d01c061ab6e55630e74.tar.gz bcm5719-llvm-94a2c5642d03669bbf8b3d01c061ab6e55630e74.zip |
Rename features to match what gcc and clang use.
There is no advantage in being different and using the same names simplifies
clang a bit.
llvm-svn: 189141
Diffstat (limited to 'llvm/test/CodeGen/X86/bool-simplify.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/bool-simplify.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/bool-simplify.ll b/llvm/test/CodeGen/X86/bool-simplify.ll index fa6f6e85e9b..a0a1c364662 100644 --- a/llvm/test/CodeGen/X86/bool-simplify.ll +++ b/llvm/test/CodeGen/X86/bool-simplify.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mattr=+sse41,-avx,+rdrand,+rdseed | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=+sse4.1,-avx,+rdrnd,+rdseed | FileCheck %s define i32 @foo(<2 x i64> %c, i32 %a, i32 %b) { %t1 = call i32 @llvm.x86.sse41.ptestz(<2 x i64> %c, <2 x i64> %c) |