llvm-project
f0c1a9a8 - [DAG] Add SDPatternMatch::m_Result to match a specific SDValue result (#145775)

Commit
132 days ago
[DAG] Add SDPatternMatch::m_Result to match a specific SDValue result (#145775) `m_Result<N>` matches a SDValue that is the N-th result of the defining SDNode. This is useful for creating a more fine-grained matching on SDNode with multiple results. ----- Inspired by #145481
Author
Parents
Loading