mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-21 19:20:50 +00:00
Fix test from r248825.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
091da33963
commit
5518a74f1f
@ -330,7 +330,7 @@ define i64 @pairUpNotAlignedSext(i32* %a) nounwind ssp {
|
||||
declare void @use-ptr(i32*)
|
||||
|
||||
; CHECK: ldp_sext_int_pre
|
||||
; CHECK: ldpsw x{{[0-9]+}}, x{{[0-9]+}}, [x0, #8]
|
||||
; CHECK: ldpsw x{{[0-9]+}}, x{{[0-9]+}}, [x{{[0-9]+}}, #8]
|
||||
define i64 @ldp_sext_int_pre(i32* %p) nounwind {
|
||||
%ptr = getelementptr inbounds i32, i32* %p, i64 2
|
||||
call void @use-ptr(i32* %ptr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user