[PATCH] D150862: [RISCV][CodeGenPrepare] Select the optimal base offset for GEPs with large offset

Yingwei Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 25 18:58:07 PDT 2023


dtcxzyw updated this revision to Diff 534403.
dtcxzyw added a comment.
Herald added a subscriber: wangpc.

- Rebase
- Address comments
- use `Instruction::getAccessType` to infer the type of memory access


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150862/new/

https://reviews.llvm.org/D150862

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store-asm.ll
  llvm/test/CodeGen/RISCV/split-offsets.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150862.534403.patch
Type: text/x-patch
Size: 29288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230626/0df72226/attachment.bin>


More information about the llvm-commits mailing list