[llvm] AMDGPU: Implement MC layer support for gfx1250 wmma instructions. (PR #148570)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 13 23:58:43 PDT 2025
================
@@ -3260,6 +3260,47 @@ bool AMDGPUDAGToDAGISel::SelectVOP3PModsNeg(SDValue In, SDValue &Src) const {
return true;
}
+// Select both neg_lo and neg_hi from the i1 immediate operand. This is
----------------
arsenm wrote:
Description says MC but this is not MC
https://github.com/llvm/llvm-project/pull/148570
More information about the llvm-commits
mailing list