[PATCH] D102022: [AMDGPU] Expose __builtin_amdgcn_perm for v_perm_b32
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 6 16:04:40 PDT 2021
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/CodeGen/AMDGPU/llvm.amdgcn.perm.ll:13
+}
+
+attributes #0 = { nounwind readnone }
----------------
Usually I add a few permutations with SGPRs and constants to make sure the constant bus restriction is properly respected with operand folding
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102022/new/
https://reviews.llvm.org/D102022
More information about the llvm-commits
mailing list