[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:18:02 PDT 2022


rnk added a subscriber: asbirlea.
rnk added a comment.

I want to defer the review to @aeubanks and @asbirlea



================
Comment at: llvm/lib/Transforms/Utils/Evaluator.cpp:340
     } else if (LoadInst *LI = dyn_cast<LoadInst>(CurInst)) {
       if (!LI->isSimple()) {
         LLVM_DEBUG(
----------------
Do you plan to make the same change here? This patch is tested, no need to expand scope, just asking.


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