[llvm-dev] LLMV JIT AVX2 support
Toshiyasu Morita via llvm-dev
llvm-dev at lists.llvm.org
Mon May 1 11:45:51 PDT 2017
Currently I'm trying to coax the LLVM MCJIT (via the llvm-c interface) into
generating AVX2 code.
My understanding is:
1. There seems to be two ways to do this: by either setting a module
attribute or by using LLVMCreateTargetMachine().
2. Which is the preferred way of doing this?
3. Is there a good resource on how to do this?
All help appreciated.
Toshi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170501/acc952d5/attachment.html>
More information about the llvm-dev
mailing list