[llvm] [AMDGPU] Fix opcode comparison logic for G_INTRINSIC (PR #156008)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 29 04:45:52 PDT 2025
arsenm wrote:
> This patch reorders the conditionals to first check for G_INTRINSIC, ensuring correct handling of the amdgcn_fdot2 intrinsic.
Missing test?
https://github.com/llvm/llvm-project/pull/156008
More information about the llvm-commits
mailing list