[PATCH] D54239: [JumpThreading] Fix exponential time algorithm computing known values.
Brian Rzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 8 07:42:06 PST 2018
brzycki accepted this revision.
brzycki added a comment.
+1 for me as well. JumpThreading, as it stands today, is quite haphazard in how it attacks a function and anything that helps reduce time spent recomputing known values is desirable.
I'm curious if you have compile time deltas from test-suite CTMark <https://llvm.org/docs/TestSuiteGuide.html> to see the results.
Repository:
rL LLVM
https://reviews.llvm.org/D54239
More information about the llvm-commits
mailing list