efriedma-quic wrote:

Accessing intrinsics using `asm` is not a documented feature; it's an 
unintended result of the name clash between functions and LLVM intrinsics.  And 
I'm a little hesitant about making it a real feature; there are other calling 
convention issues, and IR changes can very easily break "working" code by 
accident.

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

Reply via email to