This is an archive of the discontinued LLVM Phabricator instance.

[NFC][LV] Use different braces in debug output
ClosedPublic

Authored by lebedev.ri on Mar 7 2022, 4:15 AM.

Details

Summary

The analysis passes output function name encapsulated in ' braces,
but LV uses ". Harmonizing this may help in creating an update script
for the LV costmodel test checks.

Diff Detail

Event Timeline

lebedev.ri created this revision.Mar 7 2022, 4:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2022, 4:15 AM
lebedev.ri requested review of this revision.Mar 7 2022, 4:15 AM

No objections - @fhahn?

fhahn accepted this revision.Mar 7 2022, 7:46 AM

LGTM, thanks!

Not sure if tests in llvm/test/Analysis should use loop-vectorize`, but that's separate from the patch.

This revision is now accepted and ready to land.Mar 7 2022, 7:46 AM
This revision was landed with ongoing or failed builds.Mar 7 2022, 8:33 AM
This revision was automatically updated to reflect the committed changes.