You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,15 +0,0 @@
|
||||
; RUN: opt -S -memdep -gvn -basicaa < %s | FileCheck %s
|
||||
; RUN: opt -S -memdep -memdep-block-scan-limit=1 -gvn -basicaa < %s | FileCheck %s --check-prefix=WITH-LIMIT
|
||||
; CHECK-LABEL: @test(
|
||||
; CHECK: load
|
||||
; CHECK-NOT: load
|
||||
; WITH-LIMIT-LABEL: @test(
|
||||
; WITH-LIMIT-CHECK: load
|
||||
; WITH-LIMIT-CHECK: load
|
||||
define i32 @test(i32* %p) {
|
||||
%1 = load i32, i32* %p
|
||||
%2 = add i32 %1, 3
|
||||
%3 = load i32, i32* %p
|
||||
%4 = add i32 %2, %3
|
||||
ret i32 %4
|
||||
}
|
Reference in New Issue
Block a user