[llvm-branch-commits] [llvm] [AArch64] Split large loop dependence masks (PR #153187)

Benjamin Maxwell via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 20 08:22:23 PDT 2025


================
@@ -5248,49 +5248,94 @@ AArch64TargetLowering::LowerLOOP_DEPENDENCE_MASK(SDValue Op,
                                                  SelectionDAG &DAG) const {
   SDLoc DL(Op);
   uint64_t EltSize = Op.getConstantOperandVal(2);
----------------
MacDue wrote:

nit: `EltSize` -> `EltSizeInBytes` (it's not obvious what the units are otherwise) 

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


More information about the llvm-branch-commits mailing list