This is an archive of the discontinued LLVM Phabricator instance.

[NewGVN] Precommit test for folding freeze
ClosedPublic

Authored by foad on Jun 9 2023, 5:47 AM.

Diff Detail

Event Timeline

foad created this revision.Jun 9 2023, 5:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 5:47 AM
foad requested review of this revision.Jun 9 2023, 5:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 5:47 AM
foad accepted this revision.Jun 9 2023, 5:48 AM

Self-approving.

This revision is now accepted and ready to land.Jun 9 2023, 5:50 AM
nikic added a subscriber: nikic.Jun 9 2023, 5:51 AM
nikic added inline comments.
llvm/test/Transforms/NewGVN/freeze.ll
12

Was this supposed to use %b, %c?

foad added a subscriber: aqjune.Jun 9 2023, 5:53 AM
foad added inline comments.
llvm/test/Transforms/NewGVN/freeze.ll
12

Probably! I copied it verbatim from the GVN test, added in D75398. @aqjune?

foad planned changes to this revision.Jun 9 2023, 5:53 AM
foad updated this revision to Diff 529966.Jun 9 2023, 7:41 AM

Fix typo.

This revision is now accepted and ready to land.Jun 9 2023, 7:41 AM
fhahn accepted this revision.Jun 9 2023, 12:08 PM
fhahn added a subscriber: fhahn.

LGTM, thanks!

This revision was automatically updated to reflect the committed changes.