[PATCH] D98475: [LoopInterchange] Fix transformation bugs in loop interchange

Bardia Mahjour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 8 09:12:19 PDT 2021


bmahjour added a comment.

In D98475#2676997 <https://reviews.llvm.org/D98475#2676997>, @congzhe wrote:

> I committed and reverted the patch since it fails x86 sanitizer check. The reason is that after the patch, the variable `LoopExit` becomes unused.
>
> Now I removed `LoopExit`, I'd appreciate if you could take a look @bmahjour, thanks a lot!

Seems fine to me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98475



More information about the llvm-commits mailing list