diff options
author | Reed Kotler <rkotler@mips.com> | 2013-02-24 06:16:39 +0000 |
---|---|---|
committer | Reed Kotler <rkotler@mips.com> | 2013-02-24 06:16:39 +0000 |
commit | 459d35cb7975804048684261f2358eedbd2209c1 (patch) | |
tree | 91b95e083232dab1a323a8d26ce99fd8e5e19dd5 /lib/Target/Mips/Mips16InstrInfo.td | |
parent | cc6137e30b40ddf3cdbbb6ebbe01e5b5c76da2e2 (diff) |
Make psuedo FEXT_T8I816_ins a custom inserter. It should be expanded
as early as possible; which means during instruction selection.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175984 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Mips16InstrInfo.td')
-rw-r--r-- | lib/Target/Mips/Mips16InstrInfo.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/Mips16InstrInfo.td b/lib/Target/Mips/Mips16InstrInfo.td index 1a50faff11..01be7e7137 100644 --- a/lib/Target/Mips/Mips16InstrInfo.td +++ b/lib/Target/Mips/Mips16InstrInfo.td @@ -225,6 +225,7 @@ class FEXT_T8I816_ins<string asmstr, string asmstr2>: !strconcat(asmstr2, !strconcat("\t$rx, $ry\n\t", !strconcat(asmstr, "\t$imm"))),[]> { let isCodeGenOnly=1; + let usesCustomInserter = 1; } // |