This is an archive of the discontinued LLVM Phabricator instance.

Added check for "-filter-print-funcs" option to the region IR dumps.
ClosedPublic

Authored by kpyzhov on Nov 19 2021, 7:50 PM.

Diff Detail

Event Timeline

kpyzhov created this revision.Nov 19 2021, 7:50 PM
kpyzhov requested review of this revision.Nov 19 2021, 7:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 19 2021, 7:50 PM
kpyzhov updated this revision to Diff 388739.Nov 20 2021, 7:28 PM
mehdi_amini accepted this revision.Nov 29 2021, 8:58 PM

LG with 2 minor comments

llvm/lib/Analysis/RegionPass.cpp
17–18

Please fix the clang-format warning

198

Nit, early exit is preferred.

This revision is now accepted and ready to land.Nov 29 2021, 8:58 PM
kpyzhov updated this revision to Diff 390742.Nov 30 2021, 9:25 AM
This revision was landed with ongoing or failed builds.Nov 30 2021, 9:32 AM
This revision was automatically updated to reflect the committed changes.