summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
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
commita081644f8a45272499d34b5b7cbdef1a453a9eb1 (patch)
tree7c8320b1013268064ac22cba7112fff9c2b8369b /llvm/lib/AsmParser
parent210e4f81b35070e27a7cb629140ab1c39930e46e (diff)
downloadbcm5719-llvm-a081644f8a45272499d34b5b7cbdef1a453a9eb1.tar.gz
bcm5719-llvm-a081644f8a45272499d34b5b7cbdef1a453a9eb1.zip
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.
llvm-svn: 147765
Diffstat (limited to 'llvm/lib/AsmParser')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud