================
@@ -35,6 +35,7 @@ MACHINE_FUNCTION_PASS("x86-expand-pseudo", 
X86ExpandPseudoPass())
 MACHINE_FUNCTION_PASS("x86-fixup-leas", X86FixupLEAsPass())
 MACHINE_FUNCTION_PASS("x86-flags-copy-lowering", X86FlagsCopyLoweringPass())
 MACHINE_FUNCTION_PASS("x86-fp-stackifier", X86FPStackifierPass())
+MACHINE_FUNCTION_PASS("x86-optimize-leas", X86OptimizeLEAsPass())
 MACHINE_FUNCTION_PASS("x86-isel", X86ISelDAGToDAGPass(*this))
----------------
boomanaiden154 wrote:

Fixed. At some point when I think about the alphabetization when adding passes 
I'll actually get it right...

https://github.com/llvm/llvm-project/pull/173760
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to