[llvm] [JumpThreading] Don't phi translate past loop phi (PR #70664)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 04:33:37 PDT 2023


XChy wrote:

> @XChy It's not possible to query DT during JumpThreading, because flushing updates is too expensive.

You are right. It's similar to SimplifyCFG's case. We still need to maintain the backedges by ourselves.

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


More information about the llvm-commits mailing list