You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
19
external/llvm/test/CodeGen/PowerPC/i1-to-double.ll
vendored
Normal file
19
external/llvm/test/CodeGen/PowerPC/i1-to-double.ll
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
; RUN: llc -verify-machineinstrs -mcpu=ppc32 -mtriple=powerpc-unknown-linux-gnu < %s | FileCheck %s
|
||||
define double @test(i1 %X) {
|
||||
%Y = uitofp i1 %X to double
|
||||
ret double %Y
|
||||
}
|
||||
|
||||
; CHECK-LABEL: @test
|
||||
|
||||
; CHECK: andi. {{[0-9]+}}, 3, 1
|
||||
; CHECK-NEXT: addis 4, 4, .LCPI
|
||||
; CHECK-NEXT: addis 5, 5, .LCPI
|
||||
; CHECK-NEXT: bc 12, 1, [[TRUE:.LBB[0-9]+]]
|
||||
; CHECK: ori 3, 4, 0
|
||||
; CHECK-NEXT: b [[SUCCESSOR:.LBB[0-9]+]]
|
||||
; CHECK-NEXT: [[TRUE]]
|
||||
; CHECK-NEXT: addi 3, 5, 0
|
||||
; CHECK-NEXT: [[SUCCESSOR]]
|
||||
; CHECK-NEXT: lfs 1, 0(3)
|
||||
; CHECK-NEXT: blr
|
Reference in New Issue
Block a user