mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-22 10:24:26 +00:00
Loop Vectorize: optimize the vectorization of trunc(induction_var). The truncation is now done on scalars.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169904 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -4,7 +4,7 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
|
||||
target triple = "x86_64-apple-macosx10.8.0"
|
||||
|
||||
;CHECK: @cpp_new_arrays
|
||||
;CHECK: insertelement <4 x i32>
|
||||
;CHECK: sext i32
|
||||
;CHECK: load <4 x float>
|
||||
;CHECK: fadd <4 x float>
|
||||
;CHECK: ret i32
|
||||
|
Reference in New Issue
Block a user