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
20
external/llvm/test/CodeGen/Thumb/iabs.ll
vendored
20
external/llvm/test/CodeGen/Thumb/iabs.ll
vendored
@ -1,20 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=thumb-unknown-unknown -filetype=obj -o %t.o
|
||||
; RUN: llvm-objdump -disassemble -arch-name=thumb %t.o | FileCheck %s
|
||||
|
||||
define i32 @test(i32 %a) {
|
||||
%tmp1neg = sub i32 0, %a
|
||||
%b = icmp sgt i32 %a, -1
|
||||
%abs = select i1 %b, i32 %a, i32 %tmp1neg
|
||||
ret i32 %abs
|
||||
|
||||
; This test just checks that 4 instructions were emitted
|
||||
|
||||
; CHECK: {{text}}
|
||||
; CHECK: 0:
|
||||
; CHECK-NEXT: 2:
|
||||
; CHECK-NEXT: 4:
|
||||
; CHECK-NEXT: 6:
|
||||
|
||||
; CHECK-NOT: 8:
|
||||
}
|
||||
|
Reference in New Issue
Block a user