diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-05-20 15:11:26 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-05-20 15:11:26 +0000 |
commit | eb274e6bdda7a8868534a70dcd4799ee93d76b17 (patch) | |
tree | a9ebbc0210719a84114fcba083907641c7356dbb /test | |
parent | 6e35e4c8c1d99318c11e5b30d4530e6b199ccfab (diff) | |
download | external_llvm-eb274e6bdda7a8868534a70dcd4799ee93d76b17.zip external_llvm-eb274e6bdda7a8868534a70dcd4799ee93d76b17.tar.gz external_llvm-eb274e6bdda7a8868534a70dcd4799ee93d76b17.tar.bz2 |
Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131730 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/vec_uint_to_fp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_uint_to_fp.ll b/test/CodeGen/X86/vec_uint_to_fp.ll index 39e7d71..fe7fa2f 100644 --- a/test/CodeGen/X86/vec_uint_to_fp.ll +++ b/test/CodeGen/X86/vec_uint_to_fp.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -mcpu=sandybridge | FileCheck %s +; RUN: llc < %s -march=x86 -mcpu=corei7-avx | FileCheck %s ; Test that we are not lowering uinttofp to scalars define <4 x float> @test1(<4 x i32> %A) nounwind { |