[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / PowerPC / remat-imm.ll
blob91275a633e294228c50318580966ccb66ade5bff
1 ; RUN: llc -verify-machineinstrs < %s | FileCheck %s
2 ; ModuleID = 'test.c'
3 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"
4 target triple = "powerpc-unknown-linux"
6 @.str = private unnamed_addr constant [6 x i8] c"%d,%d\00", align 1
8 define i32 @main() nounwind {
9 entry:
10 ; CHECK: li 4, 128
11 ; CHECK-NOT: mr 4, {{.*}}
12   %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
13   ret i32 0
16 declare i32 @printf(i8* nocapture, ...) nounwind