aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DIBuilder.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-01-09 05:07:01 +0000
committerCraig Topper <craig.topper@gmail.com>2012-01-09 05:07:01 +0000
commitdfa5f573e7bf4ee98ea314b63f43397d873b5184 (patch)
tree0806efacf871ffa0684fc7d87b010d78a16648e7 /lib/Analysis/DIBuilder.cpp
parent6202e45d53d49e0f973a8d3b362941411b7604b5 (diff)
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147765 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DIBuilder.cpp')
0 files changed, 0 insertions, 0 deletions