[RISCV] Add test cases showing missed opportunities to use...
[RISCV] Add test cases showing missed opportunities to use sbset/sbclr/sbinv/sbext when the shift amount isn't masked to log2(xlen) bits. NFC Out of bounds shifts are undefined and these instructions mask their shift amount before use. So we don't need to see a mask in order to select the instructions.
Loading
Please register or sign in to comment