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
18
external/llvm/test/CodeGen/PowerPC/pr35402.ll
vendored
Normal file
18
external/llvm/test/CodeGen/PowerPC/pr35402.ll
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
; RUN: llc -O2 < %s | FileCheck %s
|
||||
target triple = "powerpc64le-linux-gnu"
|
||||
|
||||
define void @test(i8* %p, i64 %data) {
|
||||
entry:
|
||||
%0 = tail call i64 @llvm.bswap.i64(i64 %data)
|
||||
%ptr = bitcast i8* %p to i48*
|
||||
%val = trunc i64 %0 to i48
|
||||
store i48 %val, i48* %ptr, align 1
|
||||
ret void
|
||||
|
||||
; CHECK: sth
|
||||
; CHECK: stw
|
||||
; CHECK-NOT: stdbrx
|
||||
|
||||
}
|
||||
|
||||
declare i64 @llvm.bswap.i64(i64)
|
Reference in New Issue
Block a user