[llvm] [AArch64] Merge scaled and unscaled narrow zero stores (PR #136705)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 23 03:14:34 PDT 2025


================
@@ -906,7 +905,7 @@ AArch64LoadStoreOpt::mergeNarrowZeroStores(MachineBasicBlock::iterator I,
   DebugLoc DL = I->getDebugLoc();
   MachineBasicBlock *MBB = I->getParent();
   MachineInstrBuilder MIB;
-  MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingWideOpcode(Opc)))
+  MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(NewOpcode))
----------------
fhahn wrote:

this is unrelated?

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


More information about the llvm-commits mailing list