[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Assembler / source-filename.ll
blob11284fad1eae0e54b958d66563bd061c3f9d2e1a
2 ; Make sure that llvm-as/llvm-dis properly assemble/disassemble the
3 ; source_filename.
5 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
7 ; CHECK: source_filename = "test.cc"
8 source_filename = "test.cc"