You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,28 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=arm-- -mcpu=cortex-a8 | FileCheck %s
|
||||
; XFAIL: *
|
||||
; PR11364
|
||||
|
||||
; vmov s0, r0 + vmov r0, s0 should have been optimized away.
|
||||
; rdar://9104514
|
||||
|
||||
; Peephole leaves a dead vmovsr instruction behind, and depends on linear scan
|
||||
; to remove it.
|
||||
|
||||
define void @t(float %x) nounwind ssp {
|
||||
entry:
|
||||
; CHECK-LABEL: t:
|
||||
; CHECK-NOT: vmov
|
||||
; CHECK: bl
|
||||
%0 = bitcast float %x to i32
|
||||
%cmp = icmp ult i32 %0, 2139095039
|
||||
br i1 %cmp, label %if.then, label %if.end
|
||||
|
||||
if.then: ; preds = %entry
|
||||
tail call void @doSomething(float %x) nounwind
|
||||
br label %if.end
|
||||
|
||||
if.end: ; preds = %if.then, %entry
|
||||
ret void
|
||||
}
|
||||
|
||||
declare void @doSomething(float)
|
Reference in New Issue
Block a user