diff options
| author | Craig Topper <craig.topper@gmail.com> | 2012-01-09 05:07:01 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2012-01-09 05:07:01 +0000 |
| commit | a081644f8a45272499d34b5b7cbdef1a453a9eb1 (patch) | |
| tree | 7c8320b1013268064ac22cba7112fff9c2b8369b /llvm/lib/AsmParser | |
| parent | 210e4f81b35070e27a7cb629140ab1c39930e46e (diff) | |
| download | bcm5719-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

