This is an archive of the discontinued LLVM Phabricator instance.

Update movmsk-cmp.ll to match improvements made to InstCombine
ClosedPublic

Authored by deadalnix on May 2 2022, 3:38 AM.

Details

Summary

This reflects the changes in the IR generated by InstCombine as pointed out by @RKSimon in https://reviews.llvm.org/D124743#3485199

Diff Detail

Event Timeline

deadalnix created this revision.May 2 2022, 3:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 2 2022, 3:38 AM
deadalnix requested review of this revision.May 2 2022, 3:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 2 2022, 3:38 AM
deadalnix updated this revision to Diff 426370.May 2 2022, 3:45 AM

Keep the unoptimized test case.

RKSimon accepted this revision.May 2 2022, 3:56 AM

LGTM - cheers

This revision is now accepted and ready to land.May 2 2022, 3:56 AM
This revision was landed with ongoing or failed builds.May 2 2022, 11:52 AM
This revision was automatically updated to reflect the committed changes.