[PATCH] D100322: [ConstantMerge] Don't merge thread_local constants with non-thread_local constants
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 28 12:29:33 PDT 2021
efriedma added a comment.
Can we just completely forbid merging thread_local constants (in isUnmergeableGlobal)? I don't really want to think about the implications of merging.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100322/new/
https://reviews.llvm.org/D100322
More information about the llvm-commits
mailing list