This is an archive of the discontinued LLVM Phabricator instance.

[docs][NewPM] Add example C++ code on how to actually use the new PM
ClosedPublic

Authored by aeubanks on Oct 25 2021, 11:47 AM.

Diff Detail

Event Timeline

aeubanks created this revision.Oct 25 2021, 11:47 AM
aeubanks requested review of this revision.Oct 25 2021, 11:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2021, 11:47 AM
asbirlea accepted this revision.Oct 25 2021, 12:31 PM

Thank you, this is very helpful!

Feedback for future extensions: how to add sanitizers to the default pipeline.

llvm/docs/NewPassManager.rst
44

Sync so both comment and optimization level are either O3 or O2.

This revision is now accepted and ready to land.Oct 25 2021, 12:31 PM
aeubanks marked an inline comment as done.Oct 25 2021, 1:24 PM
This revision was landed with ongoing or failed builds.Oct 25 2021, 1:24 PM
This revision was automatically updated to reflect the committed changes.