[PATCH] D113656: [LICM] Check a heuristic case to hoist load

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 11 02:29:11 PST 2021


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

I don't get what you're doing here. `@a` can store a pointer to `@a`, so the store will modify `@a`, resulting in a different loaded value on the next iteration.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113656/new/

https://reviews.llvm.org/D113656



More information about the llvm-commits mailing list