[all-commits] [llvm/llvm-project] 469f6b: [DAGCombiner] Combine vp.strided.load with unit st...

Luke Lau via All-commits all-commits at lists.llvm.org
Tue Sep 19 08:39:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 469f6b9b4c0ca05312462eba955b9eac780416f4
      https://github.com/llvm/llvm-project/commit/469f6b9b4c0ca05312462eba955b9eac780416f4
  Author: Luke Lau <luke at igalia.com>
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-vpload.ll
    M llvm/test/CodeGen/RISCV/rvv/strided-vpload.ll

  Log Message:
  -----------
  [DAGCombiner] Combine vp.strided.load with unit stride to vp.load (#66766)

This is the VP equivalent of #65674. We already combine MGATHER loads
with unit stride to MLOAD, so this extends it for
EXPERIMENTAL_VP_STRIDED_LOAD.




More information about the All-commits mailing list