[PATCH] D129841: [GlobalOpt] Enable evaluation of atomic stores

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 10:19:31 PDT 2022


rnk added a comment.

I meant to add, this also sounds fine to me. I think so long as globalopt is limited to internal globals, we should be pretty safe. We will get into problems if and when the globals are visible to other TUs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129841



More information about the llvm-commits mailing list