summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-04-11 21:10:33 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-04-11 21:10:33 +0000
commit82e54871d03e29fd9c0477c2b4906765a17fce08 (patch)
treebce51478f705ae9c8b7e7d6a6284361a10f4c7b2 /lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py
parent5751814edada5a6490e7c00ad34ddc0faf01d73c (diff)
downloadbcm5719-llvm-82e54871d03e29fd9c0477c2b4906765a17fce08.tar.gz
bcm5719-llvm-82e54871d03e29fd9c0477c2b4906765a17fce08.zip
[DAGCombiner] Fold xor/and/or (bitcast(A), bitcast(B)) -> bitcast(op (A,B)) anytime before LegalizeVectorOprs
xor/and/or (bitcast(A), bitcast(B)) -> bitcast(op (A,B)) was only being combined at the AfterLegalizeTypes stage, this patch permits the combine to occur anytime before then as well. The main aim with this to improve the ability to recognise bitmasks that can be converted to shuffles. I had to modify a number of AVX512 mask tests as the basic bitcast to/from scalar pattern was being stripped out, preventing testing of the mmask bitops. By replacing the bitcasts with loads we can get almost the same result. Differential Revision: http://reviews.llvm.org/D18944 llvm-svn: 265998
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud