[PATCH] D103306: [IR] Make TypeFinder aware of DIArgList values

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 28 03:15:38 PDT 2021


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

LGTM



================
Comment at: llvm/test/Transforms/GlobalOpt/deadglobal-diarglist-use.ll:31-32
+
+attributes #0 = { nounwind uwtable }
+attributes #1 = { nofree nosync nounwind readnone speculatable willreturn }
+
----------------
(We usually delete any un-necessary attributes for DI)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103306



More information about the llvm-commits mailing list