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
17
external/llvm/test/CodeGen/PowerPC/crash.ll
vendored
17
external/llvm/test/CodeGen/PowerPC/crash.ll
vendored
@ -1,17 +0,0 @@
|
||||
; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7
|
||||
|
||||
define void @test1(i1 %x, i8 %x2, i8* %x3, i64 %x4) {
|
||||
entry:
|
||||
%tmp3 = and i64 %x4, 16
|
||||
%bf.shl = trunc i64 %tmp3 to i8
|
||||
%bf.clear = and i8 %x2, -17
|
||||
%bf.set = or i8 %bf.shl, %bf.clear
|
||||
br i1 %x, label %if.then, label %if.end
|
||||
|
||||
if.then:
|
||||
ret void
|
||||
|
||||
if.end:
|
||||
store i8 %bf.set, i8* %x3, align 4
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user