[PATCH] D126312: [AMDGPU] Fix image opcodes GlobalISel on gfx90a.
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 10:47:58 PDT 2022
rampitec marked an inline comment as done.
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp:1729
+ else if (TFE)
+ report_fatal_error("TFE is not supported on this GPU");
+
----------------
arsenm wrote:
> Same applies here? Return false instead of error
D126797
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126312/new/
https://reviews.llvm.org/D126312
More information about the llvm-commits
mailing list