[PATCH] D152145: [InstSimplify] Fold externally initializable global variables

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 05:28:11 PDT 2023


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

LGTM, but please write a patch description and precommit tests.

This is legal because externally_initialized does not affect the size of the global.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152145



More information about the llvm-commits mailing list