This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add AVX512 support to combineVectorSizedSetCCEquality.
ClosedPublic

Authored by craig.topper on Sep 24 2018, 8:37 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Sep 24 2018, 8:37 AM
spatel accepted this revision.Sep 25 2018, 7:09 AM

LGTM

test/CodeGen/X86/setcc-wide-types.ll
771–774 ↗(On Diff #166694)

Is it worth adding a 'NOT512' prefix to avoid the check duplication?

This revision is now accepted and ready to land.Sep 25 2018, 7:09 AM
This revision was automatically updated to reflect the committed changes.