This is an archive of the discontinued LLVM Phabricator instance.

[X86] Turn setne X, signedmin into setgt X, signedmin in LowerVSETCC to avoid an invert
ClosedPublic

Authored by craig.topper on Feb 20 2018, 3:18 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Feb 20 2018, 3:18 PM
spatel accepted this revision.Feb 22 2018, 1:30 PM

LGTM.

This revision is now accepted and ready to land.Feb 22 2018, 1:30 PM
This revision was automatically updated to reflect the committed changes.