[PATCH] D70210: [MirNamer][Canonicalizer]: Perform instruction semantic based renaming
Puyan Lotfi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 00:09:55 PST 2019
plotfi added inline comments.
================
Comment at: llvm/lib/CodeGen/MIRNamerPass.cpp:61
for (auto &MBB : RPOT)
- Changed |= NVC.renameVRegs(MBB);
+ Changed |= Renamer.renameVRegs(MBB);
----------------
Where is the BB# being set here? All the BB#s will be 0 as far as I can tell.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70210/new/
https://reviews.llvm.org/D70210
More information about the llvm-commits
mailing list