Displaying 1 result from an estimated 1 matches for "fpbinary".
Did you mean:
f_binary
2011 Jul 16
0
[LLVMdev] TableGen and DenseMap Strangeness
...new Init into pool!");
}
return Result->second;
}
If WORKS is defined, everything builds and tests fine. If it is not
defined, TableGen aborts with:
lib/Target/X86/X86InstrFPStack.td:212:10: error: In SUBR_FpI16m80: Operand $src1 does not appear in the instruction pattern
defm SUBR: FPBinary<fsub ,MRM5m, "subr">;
^
Anyone have a clue why the order of hashing might matter? I've made
sure no Inits are deleted anywhere so their memory should not be reused.
Valgrind reports a "clean" run aside from the gargantuan amount of
memory leaks.
Thanks for...