[test] Pre-commit llvm.experimental.memset.pattern tests prior to MemoryLocation...
[llvm-project.git] / llvm / test / tools / gold / X86 / emit-asm.ll
blob4e76f45dcf2d60b1cfa3bab9d1da712fac4a3fde
1 ; RUN: llvm-as %s -o %t.o
3 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
4 ; RUN:    -m elf_x86_64 --plugin-opt=emit-asm \
5 ; RUN:    -shared %t.o -o %t2.s
6 ; RUN: FileCheck --input-file %t2.s %s
8 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
9 ; RUN:    -m elf_x86_64 --plugin-opt=emit-asm --plugin-opt=lto-partitions=2\
10 ; RUN:    -shared %t.o -o %t2.s
11 ; RUN: cat %t2.s %t2.s1 > %t3.s
12 ; RUN: FileCheck --input-file %t3.s %s
14 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
15 target triple = "x86_64-unknown-linux-gnu"
17 ; CHECK-DAG: f1:
18 define void @f1() {
19   ret void
22 ; CHECK-DAG: f2:
23 define void @f2() {
24   ret void
27 ; Check if comments are emitted into assembly.
28 ; CHECK: -- End function