Index: test/CodeGen/ARM/hello.ll =================================================================== --- test/CodeGen/ARM/hello.ll +++ test/CodeGen/ARM/hello.ll @@ -16,9 +16,11 @@ declare i32 @puts(i8*) +; CHECK-LABEL: main: ; CHECK: mov ; CHECK-NOT: mov +; CHECK-FP-ELIM-LABEL: main: ; CHECK-FP-ELIM: mov ; CHECK-FP-ELIM: mov ; CHECK-FP-ELIM-NOT: mov Index: test/CodeGen/ARM/ldr_frame.ll =================================================================== --- test/CodeGen/ARM/ldr_frame.ll +++ test/CodeGen/ARM/ldr_frame.ll @@ -30,5 +30,6 @@ ret i32 %tmp2 } +; CHECK-LABEL: f1: ; CHECK-NOT: mov Index: test/CodeGen/ARM/truncstore-dag-combine.ll =================================================================== --- test/CodeGen/ARM/truncstore-dag-combine.ll +++ test/CodeGen/ARM/truncstore-dag-combine.ll @@ -16,6 +16,11 @@ ret void } +; CHECK-LABEL: bar: +; CHECK-NOT: orr +; CHECK-NOT: mov + +; CHECK-LABEL: foo: ; CHECK-NOT: orr ; CHECK-NOT: mov