[PATCH] D103306: [IR] Make TypeFinder aware of DIArgList values
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 28 08:12:18 PDT 2021
dstenb added inline comments.
================
Comment at: llvm/test/Transforms/GlobalOpt/deadglobal-diarglist-use.ll:31-32
+
+attributes #0 = { nounwind uwtable }
+attributes #1 = { nofree nosync nounwind readnone speculatable willreturn }
+
----------------
jmorse wrote:
> (We usually delete any un-necessary attributes for DI)
Thanks, I'll fix this when landing this.
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