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,14 +0,0 @@
|
||||
; RUN: llc -mtriple=aarch64-- -fast-isel -fast-isel-abort=4 -verify-machineinstrs < %s | FileCheck %s
|
||||
|
||||
; Check that we ignore the assume intrinsic.
|
||||
|
||||
; CHECK-LABEL: test:
|
||||
; CHECK: // %bb.0:
|
||||
; CHECK-NEXT: ret
|
||||
define void @test(i32 %a) {
|
||||
%tmp0 = icmp slt i32 %a, 0
|
||||
call void @llvm.assume(i1 %tmp0)
|
||||
ret void
|
||||
}
|
||||
|
||||
declare void @llvm.assume(i1)
|
Reference in New Issue
Block a user