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
15
external/llvm/test/CodeGen/Hexagon/opt-fabs.ll
vendored
15
external/llvm/test/CodeGen/Hexagon/opt-fabs.ll
vendored
@ -1,15 +0,0 @@
|
||||
; RUN: llc -mtriple=hexagon-unknown-elf -mcpu=hexagonv5 -hexagon-bit=0 < %s | FileCheck %s
|
||||
; Optimize fabsf to clrbit in V5.
|
||||
|
||||
; CHECK: r{{[0-9]+}} = clrbit(r{{[0-9]+}},#31)
|
||||
|
||||
define float @my_fabsf(float %x) nounwind {
|
||||
entry:
|
||||
%x.addr = alloca float, align 4
|
||||
store float %x, float* %x.addr, align 4
|
||||
%0 = load float, float* %x.addr, align 4
|
||||
%call = call float @fabsf(float %0) readnone
|
||||
ret float %call
|
||||
}
|
||||
|
||||
declare float @fabsf(float)
|
Reference in New Issue
Block a user