[PATCH] D136227: [LoopVectorize] Fix crash on "Cannot dereference end iterator!"(PR56627)

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 01:14:13 PDT 2022


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

I see, dead instructions in the loop. You would hope those would have been simplified away.

Sounds OK as a fix. LGTM


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

https://reviews.llvm.org/D136227



More information about the llvm-commits mailing list