[llvm] [NewPM][X86] Port X86ExpandPseudo to NPM (PR #173463)

via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 23 23:20:13 PST 2025


================
@@ -30,6 +30,7 @@ DUMMY_FUNCTION_PASS("x86-winehstate", WinEHStatePass())
 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS)
 #endif
 MACHINE_FUNCTION_PASS("x86-avoid-trailing-call", X86AvoidTrailingCallPass())
+MACHINE_FUNCTION_PASS("x86-expand-pseudo", X86ExpandPseudoPass())
----------------
paperchalice wrote:

Keep dictionary order.

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


More information about the llvm-commits mailing list