jhuber6 wrote:

My use-case is more to be able to write functions like `is_wavefrontsize64()` 
in regular C++ code. This would require some way to emit builtins for these.

I believe the use-case here is a workaround for the issues caused by library 
ordering? I'm guessing this is related to the problems caused by prematurely 
optimizing out library functions that later passes wanted to depend on. 

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

Reply via email to