[llvm-branch-commits] [llvm] [NewPM][CodeGen] Port LiveRegMatrix to NPM (PR #109938)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Sep 25 04:48:20 PDT 2024
================
@@ -159,6 +167,32 @@ class LiveRegMatrix : public MachineFunctionPass {
Register getOneVReg(unsigned PhysReg) const;
};
+class LiveRegMatrixWrapperPass : public MachineFunctionPass {
----------------
arsenm wrote:
Rename to LiveRegMatrixWrapperLegacy to avoid PassPass
https://github.com/llvm/llvm-project/pull/109938
More information about the llvm-branch-commits
mailing list