[llvm-commits] [PATCH] Add support for lowering FNEG with AVX
Chad Rosier
mcrosier at apple.com
Wed Dec 14 14:13:52 PST 2011
With AVX enabled the included test case clang would assert:
Assertion failed: (VT.getSizeInBits() == Operand.getValueType().getSizeInBits() && "Cannot BITCAST between types of different sizes!")
This patch add support for lowering FNEG when AVX is enabled.
Hoping for feedback from someone with more AVX experience (e.g., Bruno, Craig, Evan, Eli).
Chad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LowerFNEG_AVX.patch
Type: application/octet-stream
Size: 3225 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111214/f0a6420d/attachment.obj>
More information about the llvm-commits
mailing list