[PATCH] D146233: [LICM] Don't promote store to global even in single-thread mode

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 11:28:51 PDT 2023


jdoerfert added a comment.

Can we make this less drastic by checking the global. If it is internal and doesn't have its address taken there are no aliasing pointers, I think/hope.


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

https://reviews.llvm.org/D146233



More information about the llvm-commits mailing list