[all-commits] [llvm/llvm-project] dec128: [AMDGPU] Fix image opcodes GlobalISel on gfx90a.
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Tue May 31 14:08:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dec12832797359b1dce34e71499c3642185f4ec3
https://github.com/llvm/llvm-project/commit/dec12832797359b1dce34e71499c3642185f4ec3
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2022-05-31 (Tue, 31 May 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.atomic.dim.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.dim.gfx90a.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.dim.gfx90a.ll
Log Message:
-----------
[AMDGPU] Fix image opcodes GlobalISel on gfx90a.
- Correct flavor of an instruction was not selected.
- GFX90A does not support TFE.
Differential Revision: https://reviews.llvm.org/D126312
More information about the All-commits
mailing list