[PATCH] D62717: [MIR-Canon] Skip the first N vreg names lazily.
Puyan Lotfi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 22:42:04 PDT 2019
plotfi marked an inline comment as done.
plotfi added inline comments.
================
Comment at: llvm/lib/CodeGen/MIRCanonicalizerPass.cpp:483
MachineRegisterInfo &MRI;
- unsigned virtualVRegNumber;
+ unsigned virtualVRegNumber = 0;
----------------
compnerd wrote:
> Why not just initialize in the initializer list?
I can do that too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62717/new/
https://reviews.llvm.org/D62717
More information about the llvm-commits
mailing list