[RISCV][NFC] Add signext to jumptable.ll tests to avoid irrelevant sext.w
authorJessica Clarke <jrtc27@jrtc27.com>
Fri, 3 Mar 2023 20:14:31 +0000 (20:14 +0000)
committerJessica Clarke <jrtc27@jrtc27.com>
Fri, 3 Mar 2023 20:14:31 +0000 (20:14 +0000)
commite0fe8e641258cf77fbca79f6c29120c41186db18
tree1a0898dbf272a556ce976a731fe3ae6a0704ec33
parent1e1dfbb94a20d81693176d885b5f773072bf0786
[RISCV][NFC] Add signext to jumptable.ll tests to avoid irrelevant sext.w

Sign-extending the input is irrelevant to the test in question, which
merely needs some arbitrary input to switch on. This also removes the
only difference between the RV32I and RV64I cases for @below_threshold
and will allow unifying them.
llvm/test/CodeGen/RISCV/jumptable.ll