[llvm] [SimplifyCFG] Skip threading if the target may have divergent branches (PR #100185)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 25 13:17:35 PDT 2024


darkbuck wrote:

> Maybe jump threading can have flags to do 'lightweight' threading (that subsumes what SimplifyCFG does with a simple cost model)? This way we have the code in one place.

That looks to me quite practice.

https://github.com/llvm/llvm-project/pull/100185


More information about the llvm-commits mailing list