Browse Source
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.pull/4325/head
Alex Crichton
2 years ago
committed by
GitHub
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue