forked from OSchip/llvm-project
[NFC] Move test vscale-factor-out-constant.ll to AArch64 sub-directory.
Vscale scalable vector is specific to AArch64 target. Bring back 'uglygep' check.
This commit is contained in:
parent
baa12ddb6f
commit
42048ff972
|
@ -8,7 +8,7 @@ target triple = "aarch64-unknown-linux-gnu"
|
|||
; CHECK-LABEL: test
|
||||
; FIXME: Handle VectorType in SCEVExpander::expandAddToGEP.
|
||||
; The generated IR is not ideal with base 'scalar_vector' cast to i8*, and do ugly getelementptr over casted base.
|
||||
; : uglygep
|
||||
; CHECK: uglygep
|
||||
define void @test(i32* %a, i32 %v, i64 %n) {
|
||||
entry:
|
||||
%scalar_vector = alloca <vscale x 4 x i32>, align 16
|
Loading…
Reference in New Issue