[PATCH] D112232: [NVPTX] Add imm variants for surface and texture instructions

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 11:28:36 PST 2021


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

The changes look good in general. Thank you for cleaning this up.

I'm still a bit concerned about all the boilerplate changes that we don't have good test coverage for. Granted, that's been the way since the initial implementation of texture/surface instructions and this patch is clearly an improvement.
We may need to eventually autogenerate the tests for all instruction variants, similarly to what we do for *MMA instructions. https://github.com/llvm/llvm-project/blob/main/llvm/test/CodeGen/NVPTX/wmma.py


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