================
@@ -192,6 +196,13 @@ RValue CIRGenFunction::emitBuiltinExpr(const GlobalDecl 
&gd, unsigned builtinID,
   }
   }
 
+  // If this is an alias for a lib function (e.g. __builtin_sin), emit
----------------
erichkeane wrote:

We should have @andykaylor take a look at this, this was a good way to get a 
bunch of stuff passing by ignoring the above code for most of these, so I don't 
know how much this will harm us.  But overall it looks reasonable to me.

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

Reply via email to