[PATCH] D129841: [GlobalOpt] Enable evaluation of atomic stores
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 18 11:02:24 PDT 2022
alexander-shaposhnikov added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/Evaluator.cpp:340
} else if (LoadInst *LI = dyn_cast<LoadInst>(CurInst)) {
if (!LI->isSimple()) {
LLVM_DEBUG(
----------------
rnk wrote:
> Do you plan to make the same change here? This patch is tested, no need to expand scope, just asking.
yes, i do
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