[PATCH] D98475: [LoopInterchange] Fix transformation bugs in loop interchange
Congzhe Cao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 7 09:38:40 PDT 2021
congzhe added a comment.
In D98475#2672443 <https://reviews.llvm.org/D98475#2672443>, @bmahjour wrote:
> Thanks for fixing this problem. I just have some comments about the tests, otherwise LGTM.
Thanks for the review! All comments are now addressed.
1. Removed unused items in the test case.
2. Provided the corresponding C test examples.
3. Updated variable names and labels in tests for better readability.
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