[PATCH] D136526: [AAPointerInfo] refactor how offsets and Access objects are tracked
Sameer Sahasrabuddhe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 08:47:16 PDT 2022
sameerds added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/AttributorAttributes.cpp:878
- // Now that we have an offset and size, find all overlapping ones and use
- // the callback on the accesses.
- return forallInterferingAccesses(OAS, CB);
+ return Changed;
}
----------------
jdoerfert wrote:
> This looks like we could map instructions to a list of OAS instead. Or directly the Access*?
Should we do this in a separate change? Latest diff addresses pretty much all the other comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136526/new/
https://reviews.llvm.org/D136526
More information about the llvm-commits
mailing list