mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
LoopVectorize: Preserve NSW, NUW and IsExact flags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167174 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user