[PATCH] D125326: [RISCV] Add caching to the gather/scatter to strided load/store conversion.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 03:00:37 PDT 2022


frasercrmck accepted this revision.
frasercrmck added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/lib/Target/RISCV/RISCVGatherScatterLowering.cpp:40
 
+  DenseMap<GetElementPtrInst *, std::pair<Value *, Value *>> StridedAddrs;
+
----------------
Maybe a comment explaining what's being mapped here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125326



More information about the llvm-commits mailing list