[PATCH] D146233: [LICM] Don't promote store to global even in single-thread mode
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 16:56:10 PDT 2023
efriedma added a comment.
Is the issue here actually specific to global variables? I mean, you can't mark a local variable noalias, but noalias/TBAA metadata can apply to local variables.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146233/new/
https://reviews.llvm.org/D146233
More information about the llvm-commits
mailing list