Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2217: Fix bug in i64.rotr X 0 in compiler-llvm, add wasmer wast tests r=MarkMcCaskey a=MarkMcCaskey Resolves #2215 I applied all the tests on the `i32` shift instructions to the `i64` ones too. I didn't update all the tests to test the edge cases in the exact same way that the `i32` one is doing, but I did update some of them to be 64-bit specific (for example anywhere a 32bit constant appeared, I changed that to 64 in the tests for 64bit rotates). # Review - [ ] Add a short description of the the change to the CHANGELOG.md file Co-authored-by: Mark McCaskey <[email protected]>
- Loading branch information