[all-commits] [llvm/llvm-project] 0638e2: [SDPatternMatch] Add m_CondCode, m_NoneOf, and som...
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Thu May 2 08:57:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0638e222f363e041ffe3c4a0f371f987ab92a03d
https://github.com/llvm/llvm-project/commit/0638e222f363e041ffe3c4a0f371f987ab92a03d
Author: Min-Yih Hsu <min.hsu at sifive.com>
Date: 2024-05-02 (Thu, 02 May 2024)
Changed paths:
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/unittests/CodeGen/SelectionDAGPatternMatchTest.cpp
Log Message:
-----------
[SDPatternMatch] Add m_CondCode, m_NoneOf, and some SExt improvements (#90762)
- Add m_CondCode to match the ISD::CondCode value from CondCodeSDNode
- Add m_NoneOf combinator
- m_SExt now recognizes sext_inreg
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list