summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2019-09-29 18:43:08 +0000
committerCraig Topper <craig.topper@intel.com>2019-09-29 18:43:08 +0000
commit0e3f659137189abac6f732b6a576d5c0e2db8383 (patch)
tree489daaf9a1e3c07eac4a1b54dd6947e1715efd10 /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
parentaabf8cbfca83109ea8d6d735a702476b53e8968e (diff)
downloadbcm5719-llvm-0e3f659137189abac6f732b6a576d5c0e2db8383.tar.gz
bcm5719-llvm-0e3f659137189abac6f732b6a576d5c0e2db8383.zip
[X86] Add custom isel logic to match VPTERNLOG from 2 logic ops.
There's room from improvement here, but this is a decent starting point. There are a few minor regressions in the vector-rotate tests, where we are now forming a vpternlog from an and before we get a chance to form it for a bitselect that we were matching previously. This results in an AND and an ANDN feeding the vpternlog where previously we just had an AND after the vpternlog. I think we can probably DAG combine the AND with the bitselect to get back to similar codegen. llvm-svn: 373172
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud