[llvm] [LLVM][AMDGPU] MC support for ds_bpermute_fi_b32 (PR #124108)
Acim Maravic via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 08:22:17 PST 2025
================
@@ -150,6 +150,7 @@ static bool isSendMsgTraceDataOrGDS(const SIInstrInfo &TII,
case AMDGPU::DS_NOP:
case AMDGPU::DS_PERMUTE_B32:
case AMDGPU::DS_BPERMUTE_B32:
+ case AMDGPU::DS_BPERMUTE_FI_B32:
----------------
Acim-Maravic wrote:
Removed.
https://github.com/llvm/llvm-project/pull/124108
More information about the llvm-commits
mailing list