[llvm] [RFC] implement convergence control in MIR using SelectionDAG (PR #71785)

Sameer Sahasrabuddhe via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 23:38:46 PST 2024


================

----------------
ssahasra wrote:

Line 342 is where the token operand gets killed on the GLUE node. The GLUE node is the only visible use of the token, because the actual use in READFIRSTLANE is this glue node.

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


More information about the llvm-commits mailing list