[llvm] [AMDGPU][wmma] - Add tied wmma intrinsic (PR #69903)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 27 05:47:16 PDT 2023
================
@@ -871,29 +871,16 @@ multiclass WMMAInst<string Suffix, string Instr, VOPProfile P, SDPatternOperator
defvar WMMAConstraints3Addr = "@earlyclobber $vdst";
defvar WMMAProfile = VOPProfileWMMA<P, Suffix, _Src01RC64, Type.hasClamp, Type.hasOpsel>;
- if !eq(Suffix, "_w32") then {
let Mnemonic = Instr, mayRaiseFPException = 0, ReadsModeReg = 0 in {
----------------
jayfoad wrote:
Need to un-indent this block now that you have removed the enclosing `if`.
https://github.com/llvm/llvm-project/pull/69903
More information about the llvm-commits
mailing list