================
@@ -3658,6 +3658,18 @@ bool AMDGPUDAGToDAGISel::SelectVOP3PModsDOT(SDValue In,
SDValue &Src,
return SelectVOP3PMods(In, Src, SrcMods, true);
}
+bool AMDGPUDAGToDAGISel::SelectVOP3PModsF32(SDValue In, SDValue &Src,
+ SDValue &SrcMods) const {
+ unsigned Mods = SISrcMods::OP_SEL_1;
+ Src = In;
+ if (Subtarget->isGFX11Plus()) {
----------------
petar-avramovic wrote:
Would hasGFX11Insts() be fine? Or we need new named one
https://github.com/llvm/llvm-project/pull/179224
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits