[all-commits] [llvm/llvm-project] 9ee68f: [AMDGPU] Fix subtarget predicates for MUBUF instru...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Tue Nov 14 04:45:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ee68f8f7b50bb050cffce201ab93442c08ee7f2
https://github.com/llvm/llvm-project/commit/9ee68f8f7b50bb050cffce201ab93442c08ee7f2
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/BUFInstructions.td
Log Message:
-----------
[AMDGPU] Fix subtarget predicates for MUBUF instructions. (#72110)
Resolves AsmParser ambiguities, e.g., between BUFFER_WBINVL1_vi and
BUFFER_WBINVL1_gfx6_gfx7.
Part of <https://github.com/llvm/llvm-project/issues/69256>.
More information about the All-commits
mailing list