[PATCH] D45937: [LoopSimplify] Fix incorrect SCEV invalidation

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 01:32:30 PDT 2018


mstorsjo added a comment.

FWIW, I'm also running into issues where this commit made compilation of one source file run forever. Previously, compilation of the file took 47 seconds, now it doesn't finish in 10+ minutes.

If you want to have a look at that case in case it's an issue different from the others, it's available at https://martin.st/temp/glew-preproc.c, try building with `clang -target x86_64-w64-mingw32 -c -O2 glew-preproc.c`.


Repository:
  rL LLVM

https://reviews.llvm.org/D45937





More information about the llvm-commits mailing list