[mips][msa] Added MSA.txt to describe instruction selection quirks.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 27 Sep 2013 10:42:22 +0000 (10:42 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 27 Sep 2013 10:42:22 +0000 (10:42 +0000)
commit9c0f5ed594367daeab784a82674fa3c14ee508d9
tree0857d467bda93d3c0c89de2ef5e94b2006aa1b8a
parentf1e7cba627ded914a3d40c52ad7d85ac6bf3a837
[mips][msa] Added MSA.txt to describe instruction selection quirks.

This file contains notes about the instruction selection for MSA. For example,
it notes that ilvl.d is cannot be selected because ilvev.d covers the same
cases and is selected instead of ilvl.d.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191507 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MSA.txt [new file with mode: 0644]