Skip to content

Fix RTLs for xmm reg cvt opcodes (affects DEADREGS output).

Clark Coleman requested to merge deadregs_cvtopcodes into master

Fixes a few RTLs, causing additional regs to show up in DEADREGS annotations. XMM 128-bit regs are most of the additions. Only the ffmpeg binary seems to get new general purpose regs in DEADREGS annotations.

Merge request reports