This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] NFC. Split out code from hasNoInterveningEffect
ClosedPublic

Authored by bondhugula on Dec 11 2022, 11:44 AM.

Details

Summary

The hasNoInterveningEffect utility is too long with too deeply nested
logic. Split out a part into a helper. NFC.

Diff Detail

Event Timeline

bondhugula created this revision.Dec 11 2022, 11:44 AM
bondhugula requested review of this revision.Dec 11 2022, 11:44 AM

Remove duplicated doc comment.

Adjust comment.

springerm accepted this revision.Dec 14 2022, 12:23 AM
This revision is now accepted and ready to land.Dec 14 2022, 12:23 AM
This revision was automatically updated to reflect the committed changes.