1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00
llvm-mirror/test/Other/printer.ll

14 lines
331 B
LLVM
Raw Normal View History

; RUN: opt -mem2reg -instcombine -print-after-all -S < %s 2>&1 | FileCheck %s
define void @tester(){
ret void
}
define void @foo(){
ret void
}
;CHECK: IR Dump After Promote Memory to Register
;CHECK: IR Dump After Combine redundant instructions
;CHECK: IR Dump After Module Verifier
;CHECK-NOT: IR Dump After Print Module IR