This is an archive of the discontinued LLVM Phabricator instance.

[Scalarizer] Scalarize freeze instruction
ClosedPublic

Authored by foad on Jun 9 2023, 4:14 AM.

Diff Detail

Event Timeline

foad created this revision.Jun 9 2023, 4:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 4:14 AM
foad requested review of this revision.Jun 9 2023, 4:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 4:14 AM
foad added inline comments.
llvm/test/Transforms/Scalarizer/basic.ll
836–842

The code is much more verbose here, but I assume this is what the scalarizer is supposed to do?

nikic accepted this revision.Jun 9 2023, 4:48 AM

LGTM

This revision is now accepted and ready to land.Jun 9 2023, 4:48 AM
This revision was landed with ongoing or failed builds.Jun 9 2023, 5:54 AM
This revision was automatically updated to reflect the committed changes.