Match a pattern generated by a dag combiner opt where:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 7 Dec 2010 19:00:20 +0000 (19:00 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 7 Dec 2010 19:00:20 +0000 (19:00 +0000)
commitab8d53a56ae707db3f8490b7727eeb05140954c6
treedb7c23631f1573a838d1cc6ddc0f66d5bbe6bcad
parent2b38c51f0ece16ef00068da56bee4623fb9ae485
Match a pattern generated by a dag combiner opt where:

(select (load (load tga0)) (load tga1)) => (load (select (load tga0) tga1))

Thanks to Akira for pointing that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121163 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsInstrInfo.td
test/CodeGen/Mips/cmov.ll [new file with mode: 0755]