[llvm-commits] [llvm] r147765 - /llvm/trunk/lib/Target/X86/X86InstrSSE.td

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Jan 9 09:36:46 PST 2012


On Jan 8, 2012, at 9:07 PM, Craig Topper wrote:

> Author: ctopper
> Date: Sun Jan  8 23:07:01 2012
> New Revision: 147765
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=147765&view=rev
> Log:
> Move SSE2 logical operations PAND/POR/PXOR/PANDN above SSE1 logical operations ANDPS/ORPS/XORPS/ANDNPS. This fixes a pattern ordering issue that meant that the SSE2 instructions could never be directly selected since the SSE1 patterns would always match first. This is largely moot with the ExeDepsFix pass, but I'm trying to audit for all such ordering issues.

Ordering?

The order of patterns in .td files is not significant, AFAIK.

/jakob




More information about the llvm-commits mailing list