[llvm-commits] [llvm] r172868 - in /llvm/trunk: lib/Target/X86/X86ISelLowering.cpp test/CodeGen/X86/sandybridge-loads.ll test/CodeGen/X86/v8i1-masks.ll
Renato Golin Linaro
renato.golin at linaro.org
Fri Jan 18 16:46:05 PST 2013
On 18 January 2013 23:10, Nadav Rotem <nrotem at apple.com> wrote:
> Author: nadav
> Date: Fri Jan 18 17:10:30 2013
> New Revision: 172868
>
> URL: http://llvm.org/viewvc/llvm-project?rev=172868&view=rev
> Log:
> On Sandybridge loading unaligned 256bits using two XMM loads (vmovups and
> vinsertf128) is faster than using a single vmovups instruction.
>
Would the cost model need to be updated?
I'm just asking to understand better where the cost model fits in all
things... ;)
cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130119/63cad075/attachment.html>
More information about the llvm-commits
mailing list