diff options
author | Sanjay Patel <spatel@rotateright.com> | 2017-09-23 14:32:07 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2017-09-23 14:32:07 +0000 |
commit | fa8bad8a0f85dbf5abf0cc8f404fec13d5b1e0fa (patch) | |
tree | 8a7a311407c6416fac72bdaf67cd0135c50e1863 /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py | |
parent | 5ca9f7a0cb90a9b5a8e03a6ec5a8e9585d175bf4 (diff) | |
download | bcm5719-llvm-fa8bad8a0f85dbf5abf0cc8f404fec13d5b1e0fa.tar.gz bcm5719-llvm-fa8bad8a0f85dbf5abf0cc8f404fec13d5b1e0fa.zip |
[x86] reduce 64-bit mask constant to 32-bits by right shifting
This is a follow-up from D38181 (r314023). We have to put 64-bit
constants into a register using a separate instruction, so we
should try harder to avoid that.
From what I see, we're not likely to encounter this pattern in the
DAG because the upstream setcc combines from this don't (usually?)
produce this pattern. If we fix that, then this will become more
relevant. Since the cost of handling this case is just loosening
the predicate of the existing fold, we might as well do it now.
llvm-svn: 314064
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions