Displaying 1 result from an estimated 1 matches for "add_fm".
Did you mean:
add_fs
2014 Apr 24
3
[LLVMdev] tablegen for fast isel
...r.inc
I get an error.
Included from
/home/rkotler/workspace/llvm/lib/Target/Mips/MipsInstrInfo.td:1474:
/home/rkotler/workspace/llvm/lib/Target/Mips/Mips64InstrInfo.td:89:1:
error: Duplicate record in FastISel table!
def DSUB : ArithLogicR<"dsub", GPR64Opnd, 0, II_DSUB, sub>, ADD_FM<0,
0x2e>;
^
make[3]: ***
[/home/rkotler/llvmw/build/lib/Target/Mips/Debug+Asserts/MipsGenFastISel.inc.tmp]
Error 1
Then it creates a blank file for MipsGenFastISel.inc and after that I
get no build errors.
I'm not sure what this is about .
Any ideas?
Tia.
Reed