[llvm] [NewPM] Port MachineCombiner to the new pass manager (PR #217279)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 06:11:53 PDT 2026


================
@@ -126,8 +126,7 @@ void X86CodeGenPassBuilder::addPreLegalizeMachineIR(
 void X86CodeGenPassBuilder::addILPOpts(PassManagerWrapper &PMW) const {
   addMachineFunctionPass(EarlyIfConverterPass(), PMW);
   if (X86EnableMachineCombinerPass) {
----------------
boomanaiden154 wrote:

We can drop the parentheses here now this is a single line.

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


More information about the llvm-commits mailing list