[PATCH] D156209: [indvars] Fix pointer IV expand type in genLoopLimit
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 01:59:52 PDT 2023
nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.
Please update the patch description to clarify what the "regression" was (does it crash? does it miscompile? does it produce suboptimal code?) and how this fixes it.
Please also minimize the test case (do we need that huge global? etc), convert it to use opaque pointers and use update_test_checks.py.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156209/new/
https://reviews.llvm.org/D156209
More information about the llvm-commits
mailing list