[llvm] [NewPM] Adds a port for AArch64PostLegalizerLowering (PR #190718)

Anshul Nigham via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 23:49:15 PDT 2026


================
@@ -101,6 +102,19 @@ class AArch64PreLegalizerCombinerPass
                         MachineFunctionAnalysisManager &MFAM);
 };
 
+class AArch64PostLegalizerLoweringPass
+    : public PassInfoMixin<AArch64PostLegalizerLoweringPass> {
+  std::unique_ptr<AArch64PostLegalizerLoweringImplRuleConfig> RuleConfig;
----------------
nigham wrote:

We'll need to include the full type in the header via tablegen includes, which I wanted to avoid.

https://github.com/llvm/llvm-project/pull/190718


More information about the llvm-commits mailing list