You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
25
external/llvm/test/CodeGen/X86/sink-gep-before-mem-inst.ll
vendored
Normal file
25
external/llvm/test/CodeGen/X86/sink-gep-before-mem-inst.ll
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
; RUN: opt < %s -S -codegenprepare -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
|
||||
|
||||
define i64 @test.after(i8 addrspace(1)* readonly align 8) {
|
||||
; CHECK-LABEL: test.after
|
||||
; CHECK: sunkaddr
|
||||
entry:
|
||||
%.0 = getelementptr inbounds i8, i8 addrspace(1)* %0, i64 8
|
||||
%addr = bitcast i8 addrspace(1)* %.0 to i32 addrspace(1)*
|
||||
br label %header
|
||||
|
||||
header:
|
||||
%addr.in.loop = phi i32 addrspace(1)* [ %addr, %entry ], [ %addr.after, %header ]
|
||||
%local_2_ = phi i64 [ 0, %entry ], [ %.9, %header ]
|
||||
%.7 = load i32, i32 addrspace(1)* %addr.in.loop, align 8
|
||||
fence acquire
|
||||
%.1 = getelementptr inbounds i8, i8 addrspace(1)* %0, i64 8
|
||||
%addr.after = bitcast i8 addrspace(1)* %.1 to i32 addrspace(1)*
|
||||
%.8 = sext i32 %.7 to i64
|
||||
%.9 = add i64 %local_2_, %.8
|
||||
%not. = icmp sgt i64 %.9, 999
|
||||
br i1 %not., label %exit, label %header
|
||||
|
||||
exit:
|
||||
ret i64 %.9
|
||||
}
|
Reference in New Issue
Block a user