mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[RISCV] Add tests for suboptimal handling of negative constants for i32 uaddo/usubo on RV64. NFC
We end up zero extending constants when we promote to i64. We should sign extend instead to allow use of addiw or improve constant materialization.
This commit is contained in:
parent
d87e58d536
commit
51f3472bbd