[PATCH] D110328: [LiveIntervals] Repair live intervals that gain subranges
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 23 08:14:57 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/lib/CodeGen/LiveIntervals.cpp:1699-1700
+ removeInterval(Reg);
+ if (!hasInterval(MOI->getReg())) {
+ createAndComputeVirtRegInterval(MOI->getReg());
+ // Don't bother to repair a freshly calculated live interval.
----------------
Re-use Reg variable
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110328/new/
https://reviews.llvm.org/D110328
More information about the llvm-commits
mailing list