================
@@ -106,6 +106,15 @@ static bool checkWaveOps(Intrinsic::ID IID) {
}
}
+static bool checkFmaOps(Intrinsic::ID IID) {
----------------
Icohedron wrote:
I would change the name of this function to `checkDoubleExtensionOps` since
this will be checking for more than just `fma` in the future.
https://github.com/microsoft/DirectXShaderCompiler/blob/054e0f5076cf2ab6ff48442adab9c38e95824629/lib/DXIL/DxilShaderFlags.cpp#L557-L567
https://github.com/llvm/llvm-project/pull/185304
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits