[PATCH] D98144: [CodeGenPrepare] Fix isIVIncrement (PR49466)
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 12 14:02:20 PST 2021
rupprecht added a comment.
Reverted in 8d20f2c2c66eb486ff23cc3d55a53bd840b36971 <https://reviews.llvm.org/rG8d20f2c2c66eb486ff23cc3d55a53bd840b36971>. Although this fixes a crash, it also introduces a compile timeout (haven't checked if it's a true infinite loop or just _really_ slow) on other code. The reproducer is in the commit message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98144/new/
https://reviews.llvm.org/D98144
More information about the llvm-commits
mailing list