diff options
author | Craig Topper <craig.topper@intel.com> | 2018-02-08 22:26:39 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-02-08 22:26:39 +0000 |
commit | 9e030c9e0010b423e877d7a7c8ef3742b16a079f (patch) | |
tree | a089d03822df489973a6d207a0af2bc4321fe3c2 /lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py | |
parent | 1b5b4ccb77b0bd17a09015722c73698ebd72cc95 (diff) | |
download | bcm5719-llvm-9e030c9e0010b423e877d7a7c8ef3742b16a079f.tar.gz bcm5719-llvm-9e030c9e0010b423e877d7a7c8ef3742b16a079f.zip |
[X86] Improve combineCastedMaskArithmetic to fold (bitcast (vXi1 (and/or/xor X, C)))->(vXi1 (and/or/xor (bitcast X), (bitcast C)) where C is a constant build_vector.
Most vxi1 constant build vectors have to be implemented in the scalar domain anyway so we'll probably end up with a cast there later. But by then its too late to do the combine to get rid of it.
llvm-svn: 324662
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py')
0 files changed, 0 insertions, 0 deletions