[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / Inline / null-function.ll
blob19b6715a93f546ad68742221cd72170b9e0c6e03
1 ; RUN: opt -print-before=always-inline -always-inline -enable-new-pm=0 < %s -o /dev/null 2>&1 | FileCheck %s
3 define i32 @main() #0 {
4 entry:
5   ret i32 0
8 ; CHECK: *** IR Dump Before Inliner for always_inline functions (always-inline) ***
9 ; CHECK: Printing <null> Function