Skip to content

NCG: ensure that comparison operands are not clobbered (#17437)

Sylvain Henry requested to merge hsyl20/ghc:hsyl20-fix-ncg-cmp-x86 into master

This patch fixes #17437 (closed) by ensuring that comparison operands are not clobbered in the x86 native code generator.

Sadly I couldn't come up with a test reproducing the bug.

Merge request reports