it's COFF emitter which does not support differences of two symbols
(and needs to be fixed). GAS is pretty fine with code produced.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111801
91177308-0d34-0410-b5e6-
96231b3b80d8
maxStoresPerMemmove = 3; // For @llvm.memmove -> sequence of stores
setPrefLoopAlignment(16);
benefitFromCodePlacementOpt = true;
-
- // FIXME: Jump tables are currently broken for 64 bit COFF.
- // See PR7960.
- if (Subtarget->is64Bit() && Subtarget->isTargetCOFF()) {
- DisableJumpTables = true;
- }
}