[PATCH] D28759: [ExecutionDepsFix] Improve clearance calculation for loops
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 11:00:11 PDT 2017
MatzeB added a comment.
In https://reviews.llvm.org/D28759#718506, @loladiro wrote:
> Can you try https://reviews.llvm.org/D31681? I wasn't able to reproduce the problem with your example, it kept crashing other parts of the compiler ;).
I think after we saw the stackoverflow in the pass on the build I did all my further testing with "llc -run-pass=x86-execution-deps-fix" only so I didn't see the other passes. Anyway the build seems to be back to green now. Thanks!
Repository:
rL LLVM
https://reviews.llvm.org/D28759
More information about the llvm-commits
mailing list