[llvm-commits] [llvm] r86415 - in /llvm/trunk: lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h lib/Target/X86/X86InstrSSE.td test/CodeGen/X86/vec_shuffle-3.ll
Eric Christopher
echristo at apple.com
Sat Nov 7 15:23:44 PST 2009
On Nov 7, 2009, at 3:17 PM, Nate Begeman wrote:
> x86 vector shuffle cleanup/fixes:
>
> 1. rename the movhp patfrag to movlhps, since thats what it actually matches
> 2. eliminate the bogus movhps load and store patterns, they were incorrect. The load transforms are already handled (correctly) by shufps/unpack.
> 3. revert a recent test change to its correct form.
Thanks for looking into it. :)
-eric
More information about the llvm-commits
mailing list