llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/X86
Francis Visoiu Mistrih 25528d6de7 [CodeGen] Unify MBB reference format in both MIR and debug output
As part of the unification of the debug format and the MIR format, print
MBB references as '%bb.5'.

The MIR printer prints the IR name of a MBB only for block definitions.

* find . \( -name "*.mir" -o -name "*.cpp" -o -name "*.h" -o -name "*.ll" \) -type f -print0 | xargs -0 sed -i '' -E 's/BB#" << ([a-zA-Z0-9_]+)->getNumber\(\)/" << printMBBReference(*\1)/g'
* find . \( -name "*.mir" -o -name "*.cpp" -o -name "*.h" -o -name "*.ll" \) -type f -print0 | xargs -0 sed -i '' -E 's/BB#" << ([a-zA-Z0-9_]+)\.getNumber\(\)/" << printMBBReference(\1)/g'
* find . \( -name "*.txt" -o -name "*.s" -o -name "*.mir" -o -name "*.cpp" -o -name "*.h" -o -name "*.ll" \) -type f -print0 | xargs -0 sed -i '' -E 's/BB#([0-9]+)/%bb.\1/g'
* grep -nr 'BB#' and fix

Differential Revision: https://reviews.llvm.org/D40422

llvm-svn: 319665
2017-12-04 17:18:51 +00:00
..
Inputs
COFF_i386.s ExecutionEngine: adjust COFF i386 tautological asserts 2017-10-19 16:57:40 +00:00
COFF_x86_64.s [CodeGen] Unify MBB reference format in both MIR and debug output 2017-12-04 17:18:51 +00:00
ELF-relaxed.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
ELF_STT_FILE.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
ELF_x64-64_PC8_relocations.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
ELF_x64-64_PIC_relocations.s [CodeGen] Unify MBB reference format in both MIR and debug output 2017-12-04 17:18:51 +00:00
ELF_x86-64_PIC-small-relocations.s Get rid of some more "%T" expansions, see <https://reviews.llvm.org/D35396>. 2017-08-20 17:00:08 +00:00
ELF_x86-64_debug_frame.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
ELF_x86-64_none.yaml Test RuntimeDyld doesn't crash with R_X86_64_NONE (r293388). 2017-01-30 01:28:42 +00:00
ELF_x86_64_StubBuf.s [CodeGen] Unify MBB reference format in both MIR and debug output 2017-12-04 17:18:51 +00:00
MachO_empty_ehframe.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
MachO_i386_DynNoPIC_relocations.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
MachO_i386_eh_frame.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
MachO_x86-64_PIC_relocations.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
coff-alignment.ll
lit.local.cfg