[PATCH] D124241: [Local] Consider atomic loads from constant global as dead
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 05:24:15 PDT 2022
nikic abandoned this revision.
nikic added a comment.
Abandoning this in favor of D124247 <https://reviews.llvm.org/D124247>, which implements a more general version of this. The "from constant" bit was a red herring. Loading from a constant allows us to determine the result and remove uses, but we can remove any atomic load as long as it has no uses.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124241/new/
https://reviews.llvm.org/D124241
More information about the llvm-commits
mailing list