[PATCH] D123461: [AMDGPU][Codegen] Unsupported image sample texture map instructions on gfx6-gfx9

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 03:31:38 PDT 2022


dp added a comment.

I believe the description of this change is incorrect. The bug 54762 <https://github.com/llvm/llvm-project/issues/54762> is about disabling unsupported opcodes rather than improving error messages.
The change itself seems to work, but I want more experienced people to take a look. I'd contemplated using HasG16 feature instead of hardcoding isGFX10Plus.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123461/new/

https://reviews.llvm.org/D123461



More information about the llvm-commits mailing list