[llvm] [NewPM] Port for AArch64A53Fix835769 (PR #184965)

David Green via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 03:57:21 PST 2026


================
@@ -27,4 +27,5 @@
 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS)
 #endif
 MACHINE_FUNCTION_PASS("aarch64-ldst-opt", AArch64LoadStoreOptPass())
+MACHINE_FUNCTION_PASS("aarch64-fix-cortex-a53-835769", AArch64A53Fix835769Pass())
----------------
davemgreen wrote:

Apparently we sort these into lexicographical order.

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


More information about the llvm-commits mailing list