Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x64: Fix codegen for the
i8x16.swizzle
instruction (#4318)
This commit fixes a mistake in the `Swizzle` opcode implementation in the x64 backend of Cranelift. Previously an input register was casted to a writable register and then modified, which I believe instructions are not supposed to do. This was discovered as part of my investigation into #4315.
- Loading branch information