[llvm] [AArch64][GlobalISel] Add support for pre-indexed loads/stores. (PR #70185)
    Amara Emerson via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct 25 23:29:14 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,
----------------
aemerson wrote:
Yep, will remove.
https://github.com/llvm/llvm-project/pull/70185
    
    
More information about the llvm-commits
mailing list