Francis Visoiu Mistrih 30264d4391 [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
..
2016-04-08 18:15:37 +00:00
2017-01-31 18:28:44 +00:00
2017-11-23 11:15:50 +00:00
2017-11-26 09:36:41 +00:00
2017-11-21 09:48:44 +00:00
2017-11-21 09:48:44 +00:00
2017-11-26 09:36:41 +00:00
2017-11-21 10:04:28 +00:00
2017-11-21 10:04:28 +00:00
2016-09-26 19:33:36 +00:00
2016-01-13 23:13:38 +00:00
2016-04-08 18:15:37 +00:00
2017-11-26 09:36:41 +00:00
2016-04-08 18:15:37 +00:00
2015-11-05 00:10:08 +00:00
2014-08-15 14:01:07 +00:00
2017-04-27 10:20:35 +00:00
2017-06-28 17:56:07 +00:00