diff options
author | Ben Shi <powerman1st@163.com> | 2021-06-17 07:02:33 +0800 |
---|---|---|
committer | Ben Shi <powerman1st@163.com> | 2021-06-17 07:02:33 +0800 |
commit | 07990571812df2a702daa2d7cbcd7c3f4e09cdda (patch) | |
tree | 7b4fe8c7cae13de5bce9fc3d3d88985d3f00917b /lldb/source/Commands/CommandObjectGUI.cpp | |
parent | 7cfb7a67c57dfb40518a0873137a21b0a8def503 (diff) | |
download | llvm-07990571812df2a702daa2d7cbcd7c3f4e09cdda.zip llvm-07990571812df2a702daa2d7cbcd7c3f4e09cdda.tar.gz llvm-07990571812df2a702daa2d7cbcd7c3f4e09cdda.tar.bz2 |
[RISCV][test] Add new tests of SH*ADD in the zba extension
These tests will show the following optimization by future patches.
Rx + Ry * 6 => (SH1ADD (SH2ADD Rx, Ry), Ry)
Rx + Ry * 10 => (SH1ADD (SH3ADD Rx, Ry), Ry)
Rx + Ry * 12 => (SH2ADD (SH3ADD Rx, Ry), Ry)
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D104210
Diffstat (limited to 'lldb/source/Commands/CommandObjectGUI.cpp')
0 files changed, 0 insertions, 0 deletions