forked from OSchip/llvm-project
parent
903f485601
commit
63605ef378
|
@ -182,7 +182,7 @@ public:
|
|||
virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
|
||||
unsigned NumCycles,
|
||||
const BranchProbability
|
||||
&Probability) const {
|
||||
&Probability) const {
|
||||
return NumCycles == 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -79,8 +79,8 @@ define float @test_ineligible(float, float %in) {
|
|||
; internal fault).
|
||||
call void @bar()
|
||||
; CHECL: bl bar
|
||||
; CHECK: vext.32
|
||||
; CHECK: vext.32
|
||||
; CHECK: vext.32
|
||||
; CHECK: vext.32
|
||||
ret float %val
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue