This is an archive of the discontinued LLVM Phabricator instance.

[Polly] [Docs] Add a catch-all file to document workflow & tricks.
ClosedPublic

Authored by bollu on Jun 13 2017, 6:47 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

bollu created this revision.Jun 13 2017, 6:47 AM
grosser edited edge metadata.Jun 13 2017, 11:08 AM

Great. This sounds very good!

docs/TipsAndTricks.rst
20 ↗(On Diff #102329)

instead of "supporting passes" maybe use "opt option flags"

37 ↗(On Diff #102329)

You can also use 'bugpoint -O3 file.ll -opt-args -polly' to let bugpoint track down the pass that causes a crash.

grosser accepted this revision.Jun 13 2017, 11:08 AM
This revision is now accepted and ready to land.Jun 13 2017, 11:08 AM
This revision was automatically updated to reflect the committed changes.