[all-commits] [llvm/llvm-project] bf86ab: [RISCV][IA] Support masked.store of deinterleaveN ...

Philip Reames via All-commits all-commits at lists.llvm.org
Mon Jul 21 14:04:24 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf86abee3e86e7226887ab1a5541296beed46d82
      https://github.com/llvm/llvm-project/commit/bf86abee3e86e7226887ab1a5541296beed46d82
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2025-07-21 (Mon, 21 Jul 2025)

  Changed paths:
    M llvm/lib/CodeGen/InterleavedAccessPass.cpp
    M llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp
    M llvm/test/CodeGen/RISCV/rvv/vector-interleave-store.ll

  Log Message:
  -----------
  [RISCV][IA] Support masked.store of deinterleaveN intrinsic (#149893)

This is the masked.store side to the masked.load support added in
881b3fd.

With this change, we support masked.load and masked.store via the
intrinsic lowering path used primarily with scalable vectors. An
upcoming change will extend the fixed vector (i.a. shuffle vector) paths
in the same manner.



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