[llvm] [AMDGPU][MC] Restrict op_sel in VOP3P dot instructions (PR #100485)
Jun Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 11:26:40 PST 2024
jwanggit86 wrote:
@Sisyph @arsenm @rampitec So far two solutions have been tried: (1) disallow OPSEL for v_dot4_* and v_dot8_* for pre-GFX11 targets (2) allow OPSEL for all targets but its value must be 0. A 3rd option is not to make any fix and leave things as they are. Pls let me know your thoughts.
https://github.com/llvm/llvm-project/pull/100485
More information about the llvm-commits
mailing list