diff options
author | Sanjay Patel <spatel@rotateright.com> | 2016-09-04 14:32:15 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2016-09-04 14:32:15 +0000 |
commit | 6b4909749bcecbf2fa58eb0b580c507699c6bf34 (patch) | |
tree | 02c9201007378c3581873d0aa5d03e417f65367b /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | f0bc9db96e563e00883bb8ebcf902031e1ad6639 (diff) | |
download | bcm5719-llvm-6b4909749bcecbf2fa58eb0b580c507699c6bf34.tar.gz bcm5719-llvm-6b4909749bcecbf2fa58eb0b580c507699c6bf34.zip |
[InstCombine] recode icmp fold in a vector-friendly way; NFC
The transform in question:
icmp (and (trunc W), C2), C1 -> icmp (and W, C2'), C1'
...is still not enabled for vectors, thus no functional change intended.
It's not clear to me if this is a good transform for vectors or even
scalars in general. Changing that behavior may be a follow-on patch.
llvm-svn: 280627
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions