diff options
author | Craig Topper <craig.topper@sifive.com> | 2021-09-23 10:10:44 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2021-09-23 11:29:04 -0700 |
commit | 19734ae6f05498a75d4bb3960be06f5d704f8528 (patch) | |
tree | 1bc28493a59a977b26f775e85493d73b5126f633 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 5188e2c9ce1fb33600270243bbc32b4b108f1019 (diff) | |
download | llvm-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