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
10
external/llvm/test/CodeGen/Thumb2/thumb2-clz.ll
vendored
Normal file
10
external/llvm/test/CodeGen/Thumb2/thumb2-clz.ll
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2,+v7 %s -o - | FileCheck %s
|
||||
|
||||
define i32 @f1(i32 %a) {
|
||||
; CHECK-LABEL: f1:
|
||||
; CHECK: clz r
|
||||
%tmp = tail call i32 @llvm.ctlz.i32(i32 %a, i1 true)
|
||||
ret i32 %tmp
|
||||
}
|
||||
|
||||
declare i32 @llvm.ctlz.i32(i32, i1) nounwind readnone
|
Reference in New Issue
Block a user