[llvm] [AArch64][GlobalISel] Add support for pre-indexed loads/stores. (PR #70185)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 04:14:09 PDT 2023


================
@@ -245,7 +245,7 @@ def AArch64PostLegalizerLowering
 // Post-legalization combines which are primarily optimizations.
 def AArch64PostLegalizerCombiner
     : GICombiner<"AArch64PostLegalizerCombinerImpl",
-                       [copy_prop, combines_for_extload,
+                       [copy_prop, combines_for_extload, reassocs,
----------------
arsenm wrote:

Looks unrelated?

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


More information about the llvm-commits mailing list