summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2019-02-23 00:35:02 +0000
committerCraig Topper <craig.topper@intel.com>2019-02-23 00:35:02 +0000
commita9697f24cfaf798839f9a4a2715a08a6f3fc9ba2 (patch)
treed57a933ff791286090f60de6a5cc475a56f7e525 /lldb/source/Commands/CommandObjectTarget.cpp
parentb95ca5636141de7c307fee402c86c8e46d3160e7 (diff)
downloadbcm5719-llvm-a9697f24cfaf798839f9a4a2715a08a6f3fc9ba2.tar.gz
bcm5719-llvm-a9697f24cfaf798839f9a4a2715a08a6f3fc9ba2.zip
[X86] Enable custom splitting of v8i64/v16i32 sext/zext for avx/avx2 when input type will be promoted by the type legalize to 128-bits.
If the the input type will be promoted to 128 bits its better to put a sign_extend_inreg/and in the 128 bit register before the split occurs. Otherwise we end up doing it on each half in the wider register. Some of the overflow arithmetic tests are regressions, but I think we can make some improvement using getSetccResultType in DAG combine and/or type legalization. llvm-svn: 354709
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud