[PATCH] D62625: LFTR for multiple exit loops
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 14:01:37 PDT 2019
mstorsjo added a comment.
I just ran into a performance regression due to this commit. With https://martin.st/temp/glew-preproc-i686.c, compiling with `clang -target i686-w64-mingw32 -c -O3 glew-preproc-i686.c` went from 73 seconds before this commit, to 133 seconds afterwards.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62625/new/
https://reviews.llvm.org/D62625
More information about the llvm-commits
mailing list