mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
[msan] Use CHECK-DAG instead of CHECK where order of instructions does not matter.
This may fix hexagon-elf bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194700 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
34432aeb6d
commit
45f5110634
@ -23,8 +23,8 @@ entry:
|
||||
|
||||
; CHECK-FAST: @func
|
||||
; CHECK-FAST: bitcast i32 (i32, i32)* %f to void ()*
|
||||
; CHECK-FAST: icmp ult void ()* {{.*}}, bitcast (i32* @__executable_start to void ()*)
|
||||
; CHECK-FAST: icmp uge void ()* {{.*}}, bitcast (i32* @_end to void ()*)
|
||||
; CHECK-FAST-DAG: icmp ult void ()* {{.*}}, bitcast (i32* @__executable_start to void ()*)
|
||||
; CHECK-FAST-DAG: icmp uge void ()* {{.*}}, bitcast (i32* @_end to void ()*)
|
||||
; CHECK-FAST: or i1
|
||||
; CHECK-FAST: br i1
|
||||
; CHECK-FAST: call void ()* (void ()*)* @zzz(void ()*
|
||||
|
Loading…
x
Reference in New Issue
Block a user