[mips][msa] Added support for matching bsel and bseli from normal IR (i.e. not intrin...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 24 Sep 2013 12:04:44 +0000 (12:04 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 24 Sep 2013 12:04:44 +0000 (12:04 +0000)
commit38a10ff063971c2f7f7384cceba3253bca32e27a
treeb33b11ee7611a9aac0ec323faa06dd700e6233fe
parentd4bf7a3853dab12c11cbfc8088fd76f548a8d017
[mips][msa] Added support for matching bsel and bseli from normal IR (i.e. not intrinsics)

This required correcting the definition of the bsel and bseli intrinsics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191290 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsMips.td
lib/Target/Mips/MipsMSAInstrInfo.td
lib/Target/Mips/MipsSEISelLowering.cpp
test/CodeGen/Mips/msa/compare.ll
test/CodeGen/Mips/msa/compare_float.ll
test/CodeGen/Mips/msa/i8.ll
test/CodeGen/Mips/msa/vec.ll