[PATCH] D93656: Moving UniqueInternalLinkageNamesPass to the start of IR pipelines.

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 28 10:25:46 PST 2020


aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.

LGTM with nit, but somebody else more familiar with this should LGTM to make sure this makes sense



================
Comment at: llvm/test/Transforms/UniqueLinkageNames/unique-internal-linkage-names.ll:18
+; O0: Running pass: UniqueInternalLinkageNamesPass
+; O0: Invalidating analysis: VerifierAnalysis
+
----------------
VerifierAnalysis also probably isn't necessary to check, same below


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93656/new/

https://reviews.llvm.org/D93656



More information about the cfe-commits mailing list