[PATCH] D58302: [X86] Add ImmArg markings to intrinsics.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 06:03:21 PST 2019


arsenm added a comment.

In D58302#1400979 <https://reviews.llvm.org/D58302#1400979>, @RKSimon wrote:

> Missing context.
>
> This patch makes sense - are there any warnings/assertions that check if the GCC builtin signature matches the IR intrinsic def? I had a quick look at D57825 <https://reviews.llvm.org/D57825> but didn't notice anything.


No, I just have a local hack in clang. I'm not sure where a reasonable place to put it in clang permanently is


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58302/new/

https://reviews.llvm.org/D58302





More information about the llvm-commits mailing list