[Mlir-commits] [clang] [llvm] [mlir] [AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (PR #171069)

Muhammad Abdul llvmlistbot at llvm.org
Sun Dec 21 07:08:11 PST 2025


================
@@ -1665,6 +1665,13 @@ Value *CodeGenFunction::EmitAMDGPUBuiltinExpr(unsigned BuiltinID,
     if (AppendFalseForOpselArg)
       Args.push_back(Builder.getFalse());
 
+    if (BuiltinID == AMDGPU::BI__builtin_amdgcn_wmma_i32_16x16x64_iu8) {
+      if (Args.size() == 7)
----------------
0xzre wrote:

No problem, it happens 👍. I was not being confident enough to push the discussion here lol, my bad. Reverting.

https://github.com/llvm/llvm-project/pull/171069


More information about the Mlir-commits mailing list