This is an archive of the discontinued LLVM Phabricator instance.

Scalarizer: use the canonical form of {extract,insert}element
ClosedPublic

Authored by nhaehnle on May 5 2023, 2:49 AM.

Details

Summary

This leads to a bunch of trivial test churn, plus some extra test changes
that are purely due to update_test_checks.

Pulled out of https://reviews.llvm.org/D149842 as a preparatory change.

Diff Detail

Event Timeline

nhaehnle created this revision.May 5 2023, 2:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 2:49 AM
nhaehnle requested review of this revision.May 5 2023, 2:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 2:49 AM
This revision is now accepted and ready to land.May 5 2023, 3:02 AM
foad accepted this revision.May 5 2023, 3:07 AM
fhahn accepted this revision.May 5 2023, 3:08 AM

LGTM, thanks!