diff options
author | Craig Topper <craig.topper@sifive.com> | 2024-02-19 11:06:04 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2024-02-19 11:09:43 -0800 |
commit | 2426055a64e43c5d9126b191ee9836710a223d75 (patch) | |
tree | 548410bec14217c49040b44cc24f3748e22b0899 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | c9974ae4a0601a9e9f5842114ecd899ab9142786 (diff) | |
download | llvm-2426055a64e43c5d9126b191ee9836710a223d75.zip llvm-2426055a64e43c5d9126b191ee9836710a223d75.tar.gz llvm-2426055a64e43c5d9126b191ee9836710a223d75.tar.bz2 |
[RISCV] Add more zext nneg tests. NFC
This adds additional tests for #82199.
These tests need us to propagate the nneg flag when we zero/sign
extend an existing zext nneg node. For these tests on RV64, call
lowering will need to sign extend or zero extend the existing zext
nneg to i64. getNode will fold this into a single zext. We should
propagate the nneg flag from the original zext nneg. This will allow
us to remove the zext nneg based on known sign bits during DAG combine.
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions