[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / ThinLTOBitcodeWriter / x86 / module-asm.ll
blob587ab3fbb5020e107e232ce7d2f784d5da115b66
1 ; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t %s
2 ; RUN: llvm-modextract -b -n 0 -o - %t | llvm-dis | FileCheck --check-prefix=M0 %s
3 ; RUN: llvm-modextract -b -n 1 -o - %t | llvm-dis | FileCheck --check-prefix=M1 %s
5 target triple = "x86_64-unknown-linux-gnu"
7 @g = constant i32 0, !type !0
8 !0 = !{i32 0, !"typeid"}
10 ; M0: module asm "ret"
11 ; M1-NOT: module asm
12 module asm "ret"