[PATCH] D156209: [indvars] Fix pointer IV expand type in genLoopLimit

Wenju He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 03:34:25 PDT 2023


wenju abandoned this revision.
wenju added a comment.

The regression was an assert failure in IndVarSimplifyPass. The LIT is over-simplified and doesn't have the assert.
I just find out that the regression only exists in non-opaque-pointer mode. So this fix is not needed.
Sorry for the noise. I should have tested the opaque pointer mode.


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

https://reviews.llvm.org/D156209



More information about the llvm-commits mailing list