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

沈天豪 via llvm-dev llvm-dev at lists.llvm.org
Tue Oct 23 18:00:55 PDT 2018





| |
沈天豪
|
|
17862703959 at 163.com
|
签名由网易邮箱大师定制
On 10/22/2018 16:53,沈天豪<17862703959 at 163.com> wrote:
Thank you a lot. 
This problem is solved. I did not expect that X86_INTRINSIC_DATA should be sorted. 
But there is a new error "LLVMSymbolizer: error reading file: No such file or directory".
I am trying to solve this problem and feel that there is still a long way to go.
Thank you again.
| |
沈天豪
|
|
17862703959 at 163.com
|
签名由网易邮箱大师定制
On 10/22/2018 14:12,Craig Topper<craig.topper at gmail.com> wrote:
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
|
签名由网易邮箱大师定制
_______________________________________________
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/20181024/0802d741/attachment.html>


More information about the llvm-dev mailing list