We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422c9b5 commit 761f449Copy full SHA for 761f449
llvm/lib/CodeGen/RegisterCoalescer.cpp
@@ -4244,6 +4244,7 @@ void RegisterCoalescer::joinAllIntervals() {
4244
PreservedAnalyses
4245
RegisterCoalescerPass::run(MachineFunction &MF,
4246
MachineFunctionAnalysisManager &MFAM) {
4247
+ MFPropsModifier _(*this, MF);
4248
auto &LIS = MFAM.getResult<LiveIntervalsAnalysis>(MF);
4249
auto &Loops = MFAM.getResult<MachineLoopAnalysis>(MF);
4250
auto *SI = MFAM.getCachedResult<SlotIndexesAnalysis>(MF);
0 commit comments