[PATCH] D36404: Disable jump threading into loop headers

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 08:18:27 PDT 2017


kparzysz added a comment.

Have you tried it?  Changing jump threading to have early/late versions is trivial, the question is when should the late one run, and if that would help in the first place.


Repository:
  rL LLVM

https://reviews.llvm.org/D36404





More information about the llvm-commits mailing list