Skip to content

X86 NCG: allow VXOR at scalar floating-point types

sheaf requested to merge sheaf/ghc:T25455 into master

The NCG can emit VXOR instructions at scalar floating-point types, but the pretty-printer would panic instead of emitting the appropriate VXORPS/VXORPD instructions. This MR rectifies that oversight.

Edited by sheaf

Merge request reports

Loading