llvm-project
509ee6ba - [PatternMatch] Fix matching order for `m_c_Intrinsic` (#166047)

Commit
41 days ago
[PatternMatch] Fix matching order for `m_c_Intrinsic` (#166047) `Op0` should always be checked before `Op1`. Otherwise it may not work as expected when `Op1` contains `m_Deferred`.
Author
Parents
Loading