[llvm] [CodeGen] Preserved additional analyses in StackSlotColoring pass. (PR #93779)
Vikash Gupta via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 2 23:46:37 PDT 2024
================
@@ -152,6 +154,14 @@ namespace {
AU.addRequired<MachineBlockFrequencyInfo>();
AU.addPreserved<MachineBlockFrequencyInfo>();
AU.addPreservedID(MachineDominatorsID);
+
+ // As in some Target's pipeline, register allocation (RA) might be
+ // splitted into multiple phases based on register class. So, this pass
----------------
vg0204 wrote:
> Grammar
Added the needful changes!
https://github.com/llvm/llvm-project/pull/93779
More information about the llvm-commits
mailing list