[llvm] [LLVM][AMDGPU] MC support for ds_bpermute_fi_b32 (PR #124108)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 04:32:41 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:
----------------
arsenm wrote:
This is more than MC and untested
https://github.com/llvm/llvm-project/pull/124108
More information about the llvm-commits
mailing list