[all-commits] [llvm/llvm-project] d85d2a: [AArch64][SVE] Handle multi-vector load/store opco...

Amara Emerson via All-commits all-commits at lists.llvm.org
Sun May 31 14:13:48 PDT 2026


  Branch: refs/heads/users/amara/sme2-multivec-pei-crash
  Home:   https://github.com/llvm/llvm-project
  Commit: d85d2a457dc646b0f2afee501f9c139d5ec8185f
      https://github.com/llvm/llvm-project/commit/d85d2a457dc646b0f2afee501f9c139d5ec8185f
  Author: Amara Emerson <amara at apple.com>
  Date:   2026-05-31 (Sun, 31 May 2026)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
    A llvm/test/CodeGen/AArch64/sve-multivector-load-frame-index.ll

  Log Message:
  -----------
  [AArch64][SVE] Handle multi-vector load/store opcodes in frame-index elimination

Lowering a wide scalable load from a stack object produces an
LD1*_{2Z,4Z}_IMM[_PSEUDO] with a frame-index base. getMemOpInfo() and getLoadStoreImmIdx()
had no entries for these SME2/SVE2p1 multi-vector opcodes, so PEI crasheds.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list