]> granicus.if.org Git - llvm/commit
[X86] Remove the SlowBTMem feature flag entirely
authorCraig Topper <craig.topper@intel.com>
Sun, 15 Oct 2017 16:57:33 +0000 (16:57 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 15 Oct 2017 16:57:33 +0000 (16:57 +0000)
commitab9ea0ecca45e6f8dff7c198f9a09037a1988f6f
tree3ae465c4bd6cac6e5c0c079f9fa41991f0747625
parent8ceb11ff2e1728d46b216f9eae1e6399fc522b95
[X86] Remove the SlowBTMem feature flag entirely

Turns out we have no patterns on the instructions that were using this feature flag for other reasons. These instructions are slow on all modern CPUs so it seems unlikely that we will spend any effort supporting these instructions going forward. So we might as well just kill of the feature flag and just fix up the comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315862 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86.td
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h