Files
clang-p2996/llvm/test/Transforms/MetaRenamer
Anna Thomas da59873354 [MetaRenamer] Rename only unnamed instructions in mode renaming instructions
6f9e743b91 introduced a mode which renames only instructions in
the function. This change updates that mode to skip instructions that are already named.
This serves the original purpose of the mode (rename-only-inst) which is:
1. Modify IR without failing verifier with serially ordered number
   requirement (%1, %2, %3 required in order).
2. Give meaningful names to instructions.
2023-07-04 11:11:14 -04:00
..