| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | emit-inprocess-files.ll | 4 ; RUN: rm -f %t1.bc.thinlto.bc %t2.bc.thinlto.bc %t.out.1 %t.out.2 %t1.bc.imports %t2.bc.imports 7 ; RUN: opt -thinlto-bc %s -thin-link-bitcode-file=%t1.thinlink.bc -o %t1.bc 21 ; RUN: mv %t1.bc.thinlto.bc %t1.bc.thinlto.bc.orig 22 ; RUN: mv %t2.bc.thinlto.bc %t2.bc.thinlto.bc.orig 23 ; RUN: mv %t1.bc.imports %t1.bc.imports.orig 24 ; RUN: mv %t2.bc.imports %t2.bc.imports.orig 46 ; RUN: diff %t1.bc.thinlto.bc %t1.bc.thinlto.bc.orig 47 ; RUN: diff %t2.bc.thinlto.bc %t2.bc.thinlto.bc.orig 49 ; RUN: rm -f %t1.bc.thinlto.bc %t2.bc.thinlto.bc %t.out.1 %t.out.2 66 ; RUN: diff %t1.bc.thinlto.bc %t1.bc.thinlto.bc.orig [all …]
|
| H A D | distributed_import.ll | 4 ; RUN: opt -thinlto-bc %s -thin-link-bitcode-file=%t1.thinlink.bc -o %t1.bc 23 ; RUN: cp %t1.bc.thinlto.bc %t1.bc.thinlto.bc.orig 24 ; RUN: cp %t2.bc.thinlto.bc %t2.bc.thinlto.bc.orig 29 ; RUN: cp %t1.bc %t1.bc.sv 30 ; RUN: cp %t1.thinlink.bc %t1.bc 31 ; RUN: cp %t2.bc %t2.bc.sv 36 ; RUN: rm -f %t1.bc.thinlto.bc %t2.bc.thinlto.bc 45 ; RUN: diff %t1.bc.thinlto.bc.orig %t1.bc.thinlto.bc 46 ; RUN: diff %t2.bc.thinlto.bc.orig %t2.bc.thinlto.bc 49 ; RUN: cp %t1.bc.sv %t1.bc [all …]
|
| H A D | emit_imports.ll | 7 ; RUN: rm -f %t3.bc.imports 8 ; RUN: llvm-lto -thinlto-action=thinlink -o %t.index.bc %t1.bc %t2.bc %t2b.bc %t3.bc 9 ; RUN: llvm-lto -thinlto-action=emitimports -thinlto-index %t.index.bc %t1.bc %t2.bc %t2b.bc %t3.bc 24 ; RUN: rm -f %t1.thinlto.bc %t1.bc.imports 25 ; RUN: rm -f %t2.thinlto.bc %t2.bc.imports 26 ; RUN: rm -f %t3.bc.thinlto.bc %t3.bc.imports 27 ; RUN: llvm-lto2 run %t1.bc %t2.bc %t2b.bc %t3.bc -o %t.o -save-temps \ 29 ; RUN: -r=%t1.bc,g, \ 30 ; RUN: -r=%t1.bc,h, \ 40 ; RUN: llvm-lto2 run %t1.bc %t2.bc %t2b.bc %t3.bc -o %t.o -save-temps \ [all …]
|
| H A D | cache-typeid-resolutions.ll | 1 ; RUN: opt -module-hash -module-summary %s -o %t.bc 2 ; RUN: opt -module-hash -module-summary %S/Inputs/cache-typeid-resolutions-import.ll -o %t-import.bc 4 ; RUN: llvm-as -o %t1.bc %S/Inputs/cache-typeid-resolutions1.ll 5 ; RUN: llvm-as -o %t2.bc %S/Inputs/cache-typeid-resolutions2.ll 6 ; RUN: llvm-as -o %t3.bc %S/Inputs/cache-typeid-resolutions3.ll 12 …bc %t-import.bc -cache-dir %t.cache -r=%t.bc,f1,plx -r=%t.bc,f1_actual,plx -r=%t.bc,f2,plx -r=%t-i… 13 …bc %t-import.bc %t1.bc -cache-dir %t.cache -r=%t.bc,f1,plx -r=%t.bc,f1_actual,plx -r=%t.bc,f2,plx … 20 …bc %t-import.bc -cache-dir %t.cache -r=%t.bc,f1,plx -r=%t.bc,f2,plx -r=%t.bc,f1_actual,plx -r=%t-i… 21 …bc %t-import.bc %t2.bc -cache-dir %t.cache -r=%t.bc,f1,plx -r=%t.bc,f2,plx -r=%t.bc,f1_actual,plx … 22 …bc %t-import.bc %t3.bc -cache-dir %t.cache -r=%t.bc,f1,plx -r=%t.bc,f2,plx -r=%t.bc,f1_actual,plx …
|
| H A D | selective-save-temps.ll | 8 ; RUN: opt -thinlto-bc %s -o 1.bc 16 ; RUN: -r=2.bc,_Z6getObjv,pl -r=2.bc,val,pl -r=2.bc,outer,pl \ 32 ; RUN: -r=2.bc,_Z6getObjv,pl -r=2.bc,val,pl -r=2.bc,outer,pl \ 44 ; RUN: -r=2.bc,_Z6getObjv,pl -r=2.bc,val,pl -r=2.bc,outer,pl \ 54 ; RUN: -r=2.bc,_Z6getObjv,pl -r=2.bc,val,pl -r=2.bc,outer,pl \ 64 ; RUN: -r=2.bc,_Z6getObjv,pl -r=2.bc,val,pl -r=2.bc,outer,pl \ 74 ; RUN: -r=2.bc,_Z6getObjv,pl -r=2.bc,val,pl -r=2.bc,outer,pl \ 85 ; RUN: -r=2.bc,_Z6getObjv,pl -r=2.bc,val,pl -r=2.bc,outer,pl \ 95 ; RUN: -r=2.bc,_Z6getObjv,pl -r=2.bc,val,pl -r=2.bc,outer,pl \ 108 ; RUN: -r=2.bc,_Z6getObjv,pl -r=2.bc,val,pl -r=2.bc,outer,pl \ [all …]
|
| H A D | linkonce_odr_unnamed_addr.ll | 5 ; RUN: opt -module-summary %s -o %t.bc 8 ; RUN: llvm-lto -thinlto-action=thinlink -o %t3.bc %t.bc %t2.bc 9 ; RUN: llvm-lto -thinlto-action=promote %t.bc -thinlto-index=%t3.bc -o - | llvm-dis -o - | FileChec… 11 ; RUN: llvm-lto2 run -save-temps -o %t6.bc %t.bc %t2.bc \ 16 ; RUN: -r=%t.bc,odrunnamed,p \ 21 ; RUN: -r=%t2.bc,odrunnamed 22 ; RUN: llvm-dis %t6.bc.1.1.promote.bc -o - | FileCheck %s 28 ; RUN: llvm-lto2 run -save-temps -o %t6.bc %t.bc %t4.bc \ 33 ; RUN: -r=%t.bc,odrunnamed,p \ 38 ; RUN: -r=%t4.bc,odrunnamed [all …]
|
| H A D | index-const-prop-cache.ll | 2 ; RUN: opt -module-summary -module-hash %s -o %t1.bc 9 ; RUN: llvm-lto -thinlto-action=run %t1.bc %t4.bc %t2.bc \ 14 ; RUN: llvm-lto -thinlto-action=run %t1.bc %t3.bc %t2.bc \ 20 ; RUN: llvm-lto2 run %t1.bc %t4.bc %t2.bc -cache-dir=%t.cache -o %t5 \ 21 ; RUN: -r=%t1.bc,main,plx -r=%t1.bc,foo,l \ 22 ; RUN: -r=%t4.bc,test,plx -r=%t4.bc,foo,l -r=%t4.bc,bar,l \ 23 ; RUN: -r=%t2.bc,foo,pl -r=%t2.bc,bar,pl -r=%t2.bc,rand, 26 ; RUN: llvm-lto2 run %t1.bc %t3.bc %t2.bc -cache-dir %t.cache -o %t6 \ 27 ; RUN: -r=%t1.bc,main,plx -r=%t1.bc,foo,l \ 28 ; RUN: -r=%t3.bc,test,plx -r=%t3.bc,foo,l \ [all …]
|
| H A D | index-const-prop2.ll | 7 ; RUN: llvm-lto2 run %t1.bc %t2.bc -save-temps \ 8 ; RUN: -r=%t2.bc,foo,pl \ 9 ; RUN: -r=%t2.bc,bar,pl \ 10 ; RUN: -r=%t2.bc,baz,pl \ 11 ; RUN: -r=%t2.bc,rand, \ 15 ; RUN: -r=%t1.bc,foo, \ 16 ; RUN: -r=%t1.bc,bar, \ 17 ; RUN: -r=%t1.bc,baz, \ 18 ; RUN: -r=%t1.bc,gBar, \ 24 ; RUN: llvm-lto2 run %t1.bc %t2.bc -save-temps \ [all …]
|
| H A D | index-const-prop-alias.ll | 1 ; RUN: opt -module-summary %s -o %t1.bc 2 ; RUN: opt -module-summary %p/Inputs/index-const-prop-alias.ll -o %t2.bc 3 ; RUN: llvm-lto2 run %t1.bc -r=%t1.bc,main,plx -r=%t1.bc,ret_ptr,pl -r=%t1.bc,g.alias,l -r=%t1.bc,g… 4 ; RUN: %t2.bc -r=%t2.bc,g,pl -r=%t2.bc,g.alias,pl -save-temps -o %t3 5 ; RUN: llvm-dis %t3.1.3.import.bc -o - | FileCheck %s --check-prefix=IMPORT 6 ; RUN: llvm-dis %t3.1.5.precodegen.bc -o - | FileCheck %s --check-prefix=CODEGEN 9 ; RUN: llvm-lto2 run %t1.bc -r=%t1.bc,main,plx -r=%t1.bc,ret_ptr,plx -r=%t1.bc,g.alias,l -r=%t1.bc,… 10 ; RUN: %t2.bc -r=%t2.bc,g,pl -r=%t2.bc,g.alias,pl -save-temps -o %t4 11 ; RUN: llvm-dis %t4.1.3.import.bc -o - | FileCheck %s --check-prefix=PRESERVED 14 ; RUN: llvm-lto2 run %t1.bc -r=%t1.bc,main,plx -r=%t1.bc,ret_ptr,pl -r=%t1.bc,g.alias,l -r=%t1.bc,g… [all …]
|
| H A D | cache-config.ll | 4 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx 5 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -mcpu=core2 6 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -relax-elf-relocatio… 7 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -function-sections 8 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -data-sections 9 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -debugger-tune=sce 10 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -mattr=+sse2 12 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -code-model=large 13 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -cg-opt-level=0 14 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -O1 [all …]
|
| H A D | cache-import-lists.ll | 1 ; RUN: opt -module-hash -module-summary %s -o %t.bc 2 ; RUN: opt -module-hash -module-summary %S/Inputs/cache-import-lists1.ll -o %t1.bc 3 ; RUN: opt -module-hash -module-summary %S/Inputs/cache-import-lists2.ll -o %t2.bc 10 … %t.o %t.bc %t1.bc %t2.bc -r=%t.bc,main,plx -r=%t.bc,f1,lx -r=%t.bc,f2,lx -r=%t1.bc,f1,plx -r=%t1.… 11 … %t.o %t.bc %t2.bc %t1.bc -r=%t.bc,main,plx -r=%t.bc,f1,lx -r=%t.bc,f2,lx -r=%t2.bc,f2,plx -r=%t2.…
|
| H A D | import-dsolocal.ll | 2 ; RUN: opt -module-summary %t/a.ll -o %t/a.bc 7 ; RUN: llvm-lto2 run %t/a.bc %t/b.bc -o %t1 -save-temps -import-instr-limit=3 \ 8 ; RUN: -r=%t/a.bc,main,plx -r=%t/a.bc,extern, -r=%t/a.bc,linkonce, -r=%t/a.bc,linkonceodr, -r=%t/… 9 ; RUN: -r=%t/b.bc,a,pl -r=%t/b.bc,b,pl -r=%t/b.bc,extern,pl -r=%t/b.bc,extern_aux,pl \ 10 ; RUN: -r=%t/b.bc,linkonce,pl -r=%t/b.bc,linkonce_aux,pl -r=%t/b.bc,linkonceodr,pl -r=%t/b.bc,lin… 11 ; RUN: -r=%t/b.bc,weak,pl -r=%t/b.bc,weak_aux,pl -r=%t/b.bc,weakodr,pl -r=%t/b.bc,weakodr_aux,pl 16 ; RUN: llvm-lto2 run %t/a.bc %t/b.bc -o %t2 -save-temps -import-instr-limit=10 \ 17 ; RUN: -r=%t/a.bc,main,plx -r=%t/a.bc,extern, -r=%t/a.bc,linkonce, -r=%t/a.bc,linkonceodr, -r=%t/… 18 ; RUN: -r=%t/b.bc,a,pl -r=%t/b.bc,b,pl -r=%t/b.bc,extern,pl -r=%t/b.bc,extern_aux,pl \ 19 ; RUN: -r=%t/b.bc,linkonce,pl -r=%t/b.bc,linkonce_aux,pl -r=%t/b.bc,linkonceodr,pl -r=%t/b.bc,lin… [all …]
|
| H A D | funcattrs-prop-weak.ll | 2 ; RUN: opt -thinlto-bc %t/a.ll -thin-link-bitcode-file=%t1.thinlink.bc -o %t1.bc 3 ; RUN: opt -thinlto-bc %t/b.ll -thin-link-bitcode-file=%t1.thinlink.bc -o %t2.bc 4 ; RUN: opt -thinlto-bc %t/c.ll -thin-link-bitcode-file=%t1.thinlink.bc -o %t3.bc 7 ; RUN: llvm-lto2 run -disable-thinlto-funcattrs=0 %t1.bc %t2.bc %t3.bc -o %t.o \ 8 ; RUN: -r %t1.bc,caller,px -r %t1.bc,callee,lx \ 9 ; RUN: -r %t2.bc,callee,x \ 10 ; RUN: -r %t3.bc,callee,x \ 17 ; RUN: llvm-lto2 run -O3 -disable-thinlto-funcattrs=0 %t1.bc %t2.bc %t3.bc -o %t.2.o \ 18 ; RUN: -r %t1.bc,caller,px -r %t1.bc,callee,lx \ 19 ; RUN: -r %t2.bc,callee,px \ [all …]
|
| H A D | devirt_single_hybrid.ll | 4 ; RUN: opt -thinlto-bc -thinlto-split-lto-unit %s -o %t-main.bc 5 ; RUN: opt -thinlto-bc -thinlto-split-lto-unit %p/Inputs/devirt_single_hybrid_foo.ll -o %t-foo.bc 6 ; RUN: opt -thinlto-bc -thinlto-split-lto-unit %p/Inputs/devirt_single_hybrid_bar.ll -o %t-bar.bc 7 ; RUN: llvm-lto2 run -save-temps %t-main.bc %t-foo.bc %t-bar.bc -pass-remarks=. -o %t \ 10 ; RUN: -r=%t-main.bc,main,plx \ 11 ; RUN: -r=%t-main.bc,_Z3barv,l \ 12 ; RUN: -r=%t-bar.bc,_Z3barv,pl \ 13 ; RUN: -r=%t-bar.bc,_Z3fooP1A, \ 15 ; RUN: -r=%t-bar.bc,_ZTV1A,l \ 17 ; RUN: -r=%t-bar.bc,_ZTS1A,pl \ [all …]
|
| H A D | index-const-prop-gvref.ll | 1 ; RUN: opt -module-summary %s -o %t1.bc 2 ; RUN: opt -module-summary %p/Inputs/index-const-prop-gvref.ll -o %t2.bc 3 ; RUN: llvm-lto2 run -relocation-model=static -save-temps %t2.bc -r=%t2.bc,b,pl -r=%t2.bc,a,pl \ 4 ; RUN: %t1.bc -r=%t1.bc,main,plx -r=%t1.bc,a, -r=%t1.bc,b, -o %t3 5 ; RUN: llvm-dis %t3.1.3.import.bc -o - | FileCheck %s --check-prefix=SRC 6 ; RUN: llvm-dis %t3.2.3.import.bc -o - | FileCheck %s --check-prefix=DEST 9 ; RUN: llvm-lto2 run -relocation-model=pic -save-temps %t2.bc -r=%t2.bc,b,pl -r=%t2.bc,a,pl \ 10 ; RUN: %t1.bc -r=%t1.bc,main,plx -r=%t1.bc,a, -r=%t1.bc,b, -o %t4 11 ; RUN: llvm-dis %t4.1.3.import.bc -o - | FileCheck %s --check-prefix=SRC 26 ; RUN: llvm-lto -thinlto-action=run %t2.bc %t1.bc -relocation-model=static -thinlto-save-temps=%t5. [all …]
|
| H A D | deadstrip.ll | 6 ; RUN: llvm-lto -thinlto-action=thinlink -o %t.index.bc %t1.bc %t2.bc 14 ; RUN: llvm-lto2 run %t1.bc %t2.bc -o %t.out -save-temps -stats \ 15 ; RUN: -r %t1.bc,_main,plx \ 16 ; RUN: -r %t1.bc,_bar,pl \ 18 ; RUN: -r %t1.bc,_baz,l \ 19 ; RUN: -r %t1.bc,_boo,l \ 26 ; RUN: -r %t2.bc,_baz,pl \ 27 ; RUN: -r %t2.bc,_boo,pl \ 111 ; RUN: llvm-lto2 run %t1.bc %t3.bc -o %t4.out -save-temps \ 115 ; RUN: -r %t1.bc,_baz,l \ [all …]
|
| H A D | funcattrs-prop.ll | 2 ; RUN: opt -module-summary %t/a.ll -o %t/a.bc 3 ; RUN: opt -module-summary %t/b.ll -o %t/b.bc 4 ; RUN: opt -module-summary %t/c.ll -o %t/c.bc 8 ; RUN: llvm-lto2 run -disable-thinlto-funcattrs=0 %t/a.bc %t/b.bc %t/c.bc -o %t1 -save-temps \ 9 …bc,call_extern,plx -r=%t/a.bc,call_linkonceodr,plx -r=%t/a.bc,call_weakodr,plx -r=%t/a.bc,call_lin… 10 … -r=%t/a.bc,extern, -r=%t/a.bc,linkonceodr, -r=%t/a.bc,weakodr, -r=%t/a.bc,linkonce, -r=%t/a.bc,we… 11 …=%t/b.bc,extern,p -r=%t/b.bc,linkonceodr,p -r=%t/b.bc,weakodr,p -r=%t/b.bc,linkonce,p -r=%t/b.bc,w… 12 …bc,extern, -r=%t/c.bc,linkonceodr, -r=%t/c.bc,weakodr, -r=%t/c.bc,linkonce, -r=%t/c.bc,weak, -r=%t… 14 ; RUN: llvm-dis %t1.1.3.import.bc -o - | FileCheck %s
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | zvector.c | 91 bc = bc2; in foo() 330 bc = ~bc2; in foo() 366 bc = bc + bc2; // expected-error {{invalid operands}} in foo() 367 bc = bc + uc2; // expected-error {{incompatible type}} in foo() 369 bc = bc + sc2; // expected-error {{incompatible type}} in foo() 439 bc = bc - bc2; // expected-error {{invalid operands}} in foo() 474 bc = bc * bc2; // expected-error {{invalid operands}} in foo() 586 bc = bc & bc2; in foo() 606 bc &= bc2; in foo() 644 bc = bc | bc2; in foo() [all …]
|
| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/ |
| H A D | common2.ll | 1 ; RUN: llvm-as < %s > %t1.bc 7 ; RUN: llvm-lto2 run %t1.bc %t2.bc -o %t.o -save-temps \ 8 ; RUN: -r %t1.bc,v,x \ 9 ; RUN: -r %t2.bc,v,px \ 11 ; RUN: -r %t2.bc,bar,px 15 ; RUN: llvm-lto2 run %t2.bc %t1.bc -o %t.o -save-temps \ 16 ; RUN: -r %t1.bc,v,x \ 23 ; RUN: llvm-lto2 run %t1.bc %t2.bc -o %t.o -save-temps \ 31 ; RUN: llvm-lto2 run %t2.bc %t1.bc -o %t.o -save-temps \ 40 ; RUN: llvm-lto2 run %t1.bc %t2.bc -o %t.o -save-temps \ [all …]
|
| H A D | diagnostic-handler-remarks-with-hotness.ll | 1 ; RUN: llvm-as < %s >%t.bc 7 ; RUN: -r %t.bc,tinkywinky,p \ 8 ; RUN: -r %t.bc,patatino,px \ 9 ; RUN: -r %t.bc,main,px -o %t.o %t.bc 19 ; RUN: -r %t.bc,main,px -o %t.o %t.bc 29 ; RUN: -r %t.bc,main,px -o %t.o %t.bc 37 ; RUN: -r %t.bc,main,px -o %t.o %t.bc 2>&1 | FileCheck %s 45 ; RUN: -r %t.bc,main,px -o %t.o %t.bc 2>&1 | FileCheck %s 53 ; RUN: -r %t.bc,main,px -o %t.o %t.bc 2>&1 | count 0 62 ; RUN: -r %t.bc,main,px -o %t.o %t.bc [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/AArch64/ |
| H A D | armv8.8a-hbc.s | 6 bc.eq lbl 7 bc.ne lbl 8 bc.cs lbl 9 bc.hs lbl 10 bc.lo lbl 11 bc.cc lbl 12 bc.mi lbl 13 bc.pl lbl 14 bc.vs lbl 15 bc.vc lbl [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/ThinLTOBitcodeWriter/ |
| H A D | no-type-md.ll | 3 ; RUN: opt -thinlto-bc -thin-link-bitcode-file=%t.thinlink.bc -o %t.bc %s 9 ; RUN: llvm-lto -thinlto -o %t3 %t.bc 13 ; RUN: mv %t.bc %t.bc.sv 14 ; RUN: cp %t.thinlink.bc %t.bc 16 ; RUN: mv %t.bc.sv %t.bc 17 ; RUN: diff %t3.thinlto.bc %t4.thinlto.bc 20 ; RUN: rm -f %t3.thinlto.bc %t4.thinlto.bc 21 ; RUN: llvm-lto -thinlto-action=thinlink -o %t3.thinlto.bc %t.bc 24 ; RUN: cp %t.thinlink.bc %t.bc 25 ; RUN: llvm-lto -thinlto-action=thinlink -o %t4.thinlto.bc %t.bc [all …]
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | archive-extract.test | 6 ; RUN: rm -f very_long_bytecode_file_name.bc 8 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc - 10 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \ 11 ; RUN: very_long_bytecode_file_name.bc 13 ; RUN: rm -f very_long_bytecode_file_name.bc 18 ; RUN: very_long_bytecode_file_name.bc 20 ; RUN: rm -f very_long_bytecode_file_name.bc 25 ; RUN: very_long_bytecode_file_name.bc 27 ; RUN: rm -f very_long_bytecode_file_name.bc 32 ; RUN: very_long_bytecode_file_name.bc [all …]
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | hip-link-bc-to-bc.hip | 4 // RUN: touch %T/bundle1.bc 5 // RUN: touch %T/bundle2.bc 9 // RUN: %T/bundle1.bc %T/bundle2.bc \ 12 …bc" "-targets=host-x86_64-unknown-linux-gnu,hip-amdgcn-amd-amdhsa-gfx906" "-input={{.*}}bundle1.bc… 13 // BITCODE: "{{.*}}clang-{{.*}}" "-o" "[[B1DEV2:.*bundle1-gfx906.bc]]" "-x" "ir" "[[B1DEV1]]" 15 …bc" "-targets=host-x86_64-unknown-linux-gnu,hip-amdgcn-amd-amdhsa-gfx906" "-input={{.*}}bundle2.bc… 16 // BITCODE: "{{.*}}clang-{{.*}}" "-o" "[[B2DEV2:.*bundle2-gfx906.bc]]" "-x" "ir" "[[B2DEV1]]" 22 // RUN: touch %T/bundle.bc 26 // RUN: %T/bundle.bc -L%T -lhipbundle \ 29 …pe=bc" "-targets=host-x86_64-unknown-linux-gnu,hip-amdgcn-amd-amdhsa-gfx906" "-input={{.*}}bundle.… [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | comdat-nodeduplicate.ll | 13 ; RUN: ld.lld --save-temps -u foo %t/a.bc --start-lib %t/b.bc --end-lib -o %t/ab 19 ;; .data contains a.bc:data. b.bc:data and c.bc:data are discarded. 23 ; RUN: ld.lld --save-temps -u foo -u c %t/a.bc --start-lib %t/b.bc %t/c.bc --end-lib -o %t/abc 37 ; RUN: ld.lld --thinlto-index-only --save-temps -u foo %t/a.bc %t/b.bc -o %t/ab 39 ; RUN: (llvm-dis < %t/b.bc && llvm-dis < %t/b.bc.thinlto.bc) | FileCheck %s --check-prefix=IR_AB 40 ; RUN: ld.lld -u foo %t/a.bc %t/b.bc -o %t/ab 45 ; RUN: (llvm-dis < %t/b.bc && llvm-dis < %t/b.bc.thinlto.bc) | FileCheck %s --check-prefix=IR_AB 46 ; RUN: ld.lld -u foo %t/a.bc --start-lib %t/b.bc --end-lib -o %t/ab 49 ; RUN: ld.lld --thinlto-index-only --save-temps -u foo -u c %t/a.bc --start-lib %t/b.bc %t/c.bc --e… 51 ; RUN: (llvm-dis < %t/b.bc && llvm-dis < %t/b.bc.thinlto.bc) | FileCheck %s --check-prefix=IR_ABC [all …]
|