[PATCH] Enable FeatureFastUAMem for btver2
Sanjay Patel
spatel at rotateright.com
Fri Nov 21 12:12:10 PST 2014
Hi qcolombet, andreadb, hfinkel,
Allow unaligned 16-byte memop codegen for btver2. No functional changes for any other subtargets.
The bigger change is replacing the existing supposed small memcpy test with an actual test of a small memcpy. The previous test wasn't using FileCheck either.
This patch should allow us to close PR21541 ( http://llvm.org/bugs/show_bug.cgi?id=21541 ).
http://reviews.llvm.org/D6360
Files:
lib/Target/X86/X86.td
test/CodeGen/X86/small-byval-memcpy.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6360.16502.patch
Type: text/x-patch
Size: 3807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141121/c74463c9/attachment.bin>
More information about the llvm-commits
mailing list