You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
14
external/llvm/test/CodeGen/PowerPC/pr26180.ll
vendored
Normal file
14
external/llvm/test/CodeGen/PowerPC/pr26180.ll
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
; RUN: llc -mcpu=generic -mtriple=powerpc64le-unknown-unknown -O0 < %s | FileCheck %s --check-prefix=GENERIC
|
||||
; RUN: llc -mcpu=ppc -mtriple=powerpc64le-unknown-unknown -O0 < %s | FileCheck %s
|
||||
|
||||
define i32 @bad(double %x) {
|
||||
%1 = fptoui double %x to i32
|
||||
ret i32 %1
|
||||
}
|
||||
|
||||
; CHECK: fctidz 1, 1
|
||||
; CHECK: stfd 1, [[OFF:.*]](1)
|
||||
; CHECK: lwz {{[0-9]*}}, [[OFF]](1)
|
||||
; GENERIC: fctiwuz 1, 1
|
||||
; GENERIC: stfd 1, [[OFF:.*]](1)
|
||||
; GENERIC: lwz {{[0-9]*}}, [[OFF]](1)
|
Reference in New Issue
Block a user