aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2019-10-01 22:40:03 +0000
committerCraig Topper <craig.topper@intel.com>2019-10-01 22:40:03 +0000
commit0da163a2cf2e3d90a8f01a3dc748875906d896b9 (patch)
tree792cd9821ed1385cdb16b60150f3a034a6181627 /llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
parent5269091dc7ce424c575cf57374a0902ef6df40cc (diff)
downloadllvm-0da163a2cf2e3d90a8f01a3dc748875906d896b9.zip
llvm-0da163a2cf2e3d90a8f01a3dc748875906d896b9.tar.gz
llvm-0da163a2cf2e3d90a8f01a3dc748875906d896b9.tar.bz2
Revert r373172 "[X86] Add custom isel logic to match VPTERNLOG from 2 logic ops."
This seems to be causing some performance regresions that I'm trying to investigate. One thing that stands out is that this transform can increase the live range of the operands of the earlier logic op. This can be bad for register allocation. If there are two logic op inputs we should really combine the one that is closest, but SelectionDAG doesn't have a good way to do that. Maybe we need to do this as a basic block transform in Machine IR. llvm-svn: 373401
Diffstat (limited to 'llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp')
0 files changed, 0 insertions, 0 deletions