Files
clang-p2996/llvm/lib/Transforms/Utils/MetaRenamer.cpp
Max Kazantsev 86a63b2ae1 [Metarenamer] Use 'inst' as default name for instructions
Currently we use 'tmp', which is also a keyword for FileCheck. It leads to this
annoying warning whenever a script for auto-generation of checks is used.
It is especially annoying that it happens to every test affected by metarenamer.

Just use another prefix for metarenamed names to avoid this.

Differential Revision: https://reviews.llvm.org/D144001
Reviewed By: nikic
2023-02-15 15:35:25 +07:00

7.8 KiB