summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other/printer.ll
blob: ac1abd704955fef918a5b70471e6a1d2367f51ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; 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
OpenPOWER on IntegriCloud