[Mlir-commits] [clang] [llvm] [mlir] [AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (PR #171069)
Shilei Tian
llvmlistbot at llvm.org
Sun Dec 21 05:07:30 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)
----------------
shiltian wrote:
When I made that comment, I thought your PR was adding new builtins. That is why I said “new builtins”. If that is not the case, your previous handling was fine. Could you revert `11b1f67a372a20aafc91f94ce8623db2100a1624`? Sorry for the confusion.
https://github.com/llvm/llvm-project/pull/171069
More information about the Mlir-commits
mailing list