[llvm-dev] Adding instrinsics which can be mapped to new instructions.

Craig Topper via llvm-dev llvm-dev at lists.llvm.org
Sun Oct 21 23:12:34 PDT 2018


The tables in X86IntrinsicsInfo.h are sorted alphabetically by the first
argument to the X86_INTRINSIC_DATA macro.

~Craig


On Sun, Oct 21, 2018 at 10:56 PM 沈天豪 via llvm-dev <llvm-dev at lists.llvm.org>
wrote:

> Hi,every one.
> I want to add instrinsics which can be mapped to new instructions.
> But when I test,I get an error "Intrinsic data tables should be sorted by
> Intrinsic ID" .
> I don't know what the error means.How should I do?
> Thanks.
>
>
> 沈天豪
> 17862703959 at 163.com
>
> <https://maas.mail.163.com/dashi-web-extend/html/proSignature.html?ftlId=1&name=%E6%B2%88%E5%A4%A9%E8%B1%AA&uid=17862703959%40163.com&iconUrl=http%3A%2F%2Fmail-online.nosdn.127.net%2Fsm551a6230f48aa9c94ba15bebc70a142a.jpg&items=%5B%2217862703959%40163.com%22%5D>
> 签名由 网易邮箱大师 <https://mail.163.com/dashi/dlpro.html?from=mail81> 定制
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181021/49d74988/attachment.html>


More information about the llvm-dev mailing list