[PATCH] D91936: [BasicAA] Fix BatchAA results for phi-phi assumptions
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 27 00:01:52 PST 2020
mstorsjo added a comment.
In D91936#2410207 <https://reviews.llvm.org/D91936#2410207>, @nikic wrote:
> Which does make this a mild compile-time regression, but not too bad.
I've hit a case where this causes compilation to hang indefinitely (or so it seems; the case earlier compiled in around 2 seconds, and now hasn't finished after at least 7 minutes), with https://martin.st/temp/dvdec-preproc.c compiled with `clang -target x86_64-w64-mingw32 -w -c -O3 dvdec-preproc.c`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91936/new/
https://reviews.llvm.org/D91936
More information about the llvm-commits
mailing list