[PATCH] D100464: [DSE] Remove stores in the same loop iteration

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 27 14:18:32 PDT 2021


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM

In D100464#2780642 <https://reviews.llvm.org/D100464#2780642>, @dmgreen wrote:

> Changed IsGuaranteedLoopInvariant to isGuaranteedLoopInvariant (if this wasn't what you meant, let me know, and do you have suggestions for a better name?)

That was not what I had in mind, but after your comment update, I think this framing works :)


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

https://reviews.llvm.org/D100464



More information about the llvm-commits mailing list