[PATCH] D112232: [NVPTX] Add imm variants for surface and texture instructions
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 21 10:10:56 PDT 2021
tra added a comment.
LGTM in general.
I wonder if we could find a less verbose way to translate `_R` ->`_I` enums. E.g figure out if we can define `_I` variants as `_R + fixed offset`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112232/new/
https://reviews.llvm.org/D112232
More information about the llvm-commits
mailing list