[llvm-commits] [llvm] r155618 - in /llvm/trunk/lib/Target/X86: X86.td X86Subtarget.cpp
Pete Cooper
pete.cooper at gmail.com
Sat Apr 28 00:03:13 PDT 2012
Hi Craig
With gratuitous copy and paste I've got the x86 JIT working on AVX. This
passes make check for me.
I did this in a rush so please have a good look at the patch to see if you
want to commit it. I think it also needs some whitespace removal.
The only change I really wasn't happy with is the one in X86BaseInfo.h. I
hit that llvm_unreachable on most of the tests after my changes. I'm
confused as my code is mostly copied from the X86MCCodeEmitter so i don't
know why it doesn't fire from there.
Thanks,
Pete
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120428/19b8f375/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p.patch
Type: application/octet-stream
Size: 24671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120428/19b8f375/attachment.obj>
More information about the llvm-commits
mailing list