[llvm] [PatternMatch] Add matchers for `m_{I,F,}Cmp` and `m_{I,F,}SpecificCmp`; NFC (PR #98282)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 02:40:51 PDT 2024
================
@@ -1548,25 +1548,38 @@ template <typename T> inline Exact_match<T> m_Exact(const T &SubPattern) {
//
template <typename LHS_t, typename RHS_t, typename Class, typename PredicateTy,
- bool Commutable = false>
+ bool Commutable = false, bool MatchExistingPred = false>
----------------
goldsteinn wrote:
Done.
https://github.com/llvm/llvm-project/pull/98282
More information about the llvm-commits
mailing list