[RISCV] Add test case to show incorrect matching to sroiw when the or mask...
[RISCV] Add test case to show incorrect matching to sroiw when the or mask does not have 1s in the upper 32 bits. The matching code for sroiw is truncating the mask to 32 bits before checking its value. We need to check all 64 bits.
Loading
Please register or sign in to comment