diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-10-31 21:40:39 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-10-31 21:40:39 +0000 |
commit | e57b2cbce652d45ed5516e52ad82991bfa03cfd7 (patch) | |
tree | ebb28b57979f57cddc2f7172f559c5981005ad09 /test/Transforms/LoopVectorize/X86/gcc-examples.ll | |
parent | 0dba9a9a26f45119a82200d1db37b734b3e1bb22 (diff) |
LoopVectorize: Preserve NSW, NUW and IsExact flags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopVectorize/X86/gcc-examples.ll')
-rw-r--r-- | test/Transforms/LoopVectorize/X86/gcc-examples.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/X86/gcc-examples.ll b/test/Transforms/LoopVectorize/X86/gcc-examples.ll index e7a63c9316..574c529834 100644 --- a/test/Transforms/LoopVectorize/X86/gcc-examples.ll +++ b/test/Transforms/LoopVectorize/X86/gcc-examples.ll @@ -10,7 +10,7 @@ target triple = "x86_64-apple-macosx10.8.0" ; Select VF = 8; ;CHECK: @example1 ;CHECK: load <8 x i32> -;CHECK: add <8 x i32> +;CHECK: add nsw <8 x i32> ;CHECK: store <8 x i32> ;CHECK: ret void define void @example1() nounwind uwtable ssp { |