This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NFC] Drop unnecessary use of OpBuilder in build trip count map
ClosedPublic

Authored by bondhugula on Oct 2 2021, 3:31 AM.

Details

Summary

NFC. Drop unnecessary use of OpBuilder in buildTripCountMapAndOperands.
Rename this to getTripCountMapAndOperands and remove stale comments.

Diff Detail

Event Timeline

bondhugula created this revision.Oct 2 2021, 3:31 AM
bondhugula requested review of this revision.Oct 2 2021, 3:31 AM
bondhugula updated this revision to Diff 376688.Oct 2 2021, 3:35 AM

Rename method. Remove outdated comments.

bondhugula updated this revision to Diff 376689.Oct 2 2021, 3:48 AM

Add missed update.

bondhugula accepted this revision.Oct 2 2021, 8:39 PM

This is an obvious fix; self accepting and merging.

This revision is now accepted and ready to land.Oct 2 2021, 8:39 PM
bondhugula updated this revision to Diff 376731.Oct 2 2021, 8:40 PM
bondhugula edited the summary of this revision. (Show Details)

Update commit summary.