[PATCH] D76645: [GlobalOpt] Treat null-check of loaded value as use of global (PR35760)

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 23 22:49:40 PDT 2020


vsk marked an inline comment as done.
vsk added a comment.

Thanks!



================
Comment at: llvm/test/Transforms/GlobalOpt/null-check-is-use-pr35760.ll:47
+!0 = !{i32 1, !"wchar_size", i32 4}
+!1 = !{!"clang version 11.0.0 (https://github.com/llvm/llvm-project.git 34c0759f846447454714c8faa0e1753a8713637b)"}
----------------
efriedma wrote:
> Please delete unnecessary metadata.
I'll fix this before committing.


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

https://reviews.llvm.org/D76645





More information about the llvm-commits mailing list