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
16
external/llvm/test/CodeGen/PowerPC/remat-imm.ll
vendored
16
external/llvm/test/CodeGen/PowerPC/remat-imm.ll
vendored
@ -1,16 +0,0 @@
|
||||
; RUN: llc -verify-machineinstrs < %s | FileCheck %s
|
||||
; ModuleID = 'test.c'
|
||||
target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32"
|
||||
target triple = "powerpc-unknown-linux"
|
||||
|
||||
@.str = private unnamed_addr constant [6 x i8] c"%d,%d\00", align 1
|
||||
|
||||
define i32 @main() nounwind {
|
||||
entry:
|
||||
; CHECK: li 4, 128
|
||||
; CHECK-NOT: mr 4, {{.*}}
|
||||
%call = tail call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), i32 128, i32 128) nounwind
|
||||
ret i32 0
|
||||
}
|
||||
|
||||
declare i32 @printf(i8* nocapture, ...) nounwind
|
Reference in New Issue
Block a user