[PATCH] D150583: [IR] Add getAccessType to Instruction. NFC
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 09:17:54 PDT 2023
luke added a comment.
In D150583#4342696 <https://reviews.llvm.org/D150583#4342696>, @RKSimon wrote:
> Please can you add examples of its use (either in this patch or a follow child patch)?
Hi there, didn't expect a review so quickly :) the child patch should be attached now.
The other places that I've seen use this are loopstrengthreduce and earlyCSE.
There's also the question as to whether or not this should subsume `Type *getLoadStoreType(Value *I)`, also defined in `Instructions.h`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150583/new/
https://reviews.llvm.org/D150583
More information about the llvm-commits
mailing list