================
@@ -1219,6 +1220,12 @@ static bool upgradeIntrinsicFunction1(Function *F,
Function *&NewFn,
break; // No other 'amdgcn.atomic.*'
}
+ if (Name.starts_with("wmma.i32.16x16x64.iu8") && F->arg_size() == 7) {
----------------
arsenm wrote:
Swap checks (but also since this wasn't a removed intrinsic, I would expect you
can still use intrinsic ID checks)
https://github.com/llvm/llvm-project/pull/171069
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits