[llvm-dev] Notice to target maintainers: Update intrinsics to use immarg

Arsenault, Matthew via llvm-dev llvm-dev at lists.llvm.org
Thu Mar 14 14:32:07 PDT 2019


Hi,

I committed the new immarg attribute in r355981. All intrinsic definitions should be updated to mark parameters which are required to be simple constants. As of r356144, all of the in tree intrinsics which I’m aware of should be accurate. At the moment this isn’t required for correctness, but will be in the future. Once https://reviews.llvm.org/D58233 is committed, passes will be allowed to replace intrinsic call arguments with variables if they are not marked as immarg.

-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190314/b69e7c76/attachment.html>


More information about the llvm-dev mailing list