This is an archive of the discontinued LLVM Phabricator instance.

[NFC] cleanup noalias2.ll test
ClosedPublic

Authored by jeroen.dobbelaere on Jan 19 2021, 9:19 AM.

Details

Summary

D75825 and D75828 modified llvm/test/Transforms/Inline/noalias2.ll to handle llvm.assume. The checking though was broken.
The NO_ASSUME has been replaced by a normal CHECK; the ASSUME rules were never triggered and have been removed.
The test checks have been regenerated.

Diff Detail

Event Timeline

jeroen.dobbelaere requested review of this revision.Jan 19 2021, 9:19 AM
jeroen.dobbelaere created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2021, 9:19 AM
nikic accepted this revision.Jan 19 2021, 11:44 AM

LGTM

This revision is now accepted and ready to land.Jan 19 2021, 11:44 AM
This revision was automatically updated to reflect the committed changes.