[PATCH] D112466: [NVPTX] Drop memory references of LDG/LDU
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 10 12:16:57 PST 2021
tra added a comment.
In D112466#3122479 <https://reviews.llvm.org/D112466#3122479>, @asavonic wrote:
> Does it make sense to add similar logic for NVPTX?
Yes. We can make similar no-aliasing conclusions for shared/constant/global/local/param memories.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112466/new/
https://reviews.llvm.org/D112466
More information about the llvm-commits
mailing list