aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@sifive.com>2021-09-23 10:10:44 -0700
committerCraig Topper <craig.topper@sifive.com>2021-09-23 11:29:04 -0700
commit19734ae6f05498a75d4bb3960be06f5d704f8528 (patch)
tree1bc28493a59a977b26f775e85493d73b5126f633 /lldb/source/Commands/CommandObjectExpression.cpp
parent5188e2c9ce1fb33600270243bbc32b4b108f1019 (diff)
downloadllvm-19734ae6f05498a75d4bb3960be06f5d704f8528.zip
llvm-19734ae6f05498a75d4bb3960be06f5d704f8528.tar.gz
llvm-19734ae6f05498a75d4bb3960be06f5d704f8528.tar.bz2
[RISCV] Add more tests for (and (srl x, C2), C1) that can be improved by using a pair of shifts. NFC
These tests have C1 as a shifted mask having C2 leading zeros and some number of trailing zeros, C3. We can select this as (slli (srli x, C2+C3), C3) or (slli (srliw x, C2+C3), C3).
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions