[PATCH] D98475: [LoopInterchange] Fix transformation bugs in loop interchange
Congzhe Cao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 8 08:54:43 PDT 2021
congzhe added a comment.
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!
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