================
@@ -5612,6 +5612,10 @@ RValue CodeGenFunction::EmitCall(const CGFunctionInfo 
&CallInfo,
                               BundleList);
     EmitBlock(Cont);
   }
+  if (CI->getCalledFunction() && CI->getCalledFunction()->hasName() &&
+      CI->getCalledFunction()->getName().contains("Z4sqrt")) {
----------------
rjodinchr wrote:

the language is checked by `SetSqrtFPAccuracy`. I'll have a look at a better 
match for the name

https://github.com/llvm/llvm-project/pull/66651
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to