[llvm] Add m_SelectCCLike matcher to match SELECT_CC or SELECT with SETCC (PR #149646)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 21 22:21:42 PDT 2025


houngkoungting wrote:

HI @RKSimon , I’ve applied clang-format as suggested and adjusted the function signature to the inline style:

"template <typename MatchContext> bool match(MatchContext &Ctx, SDValue V) {"

However, the pre-commit formatting check still seems to fail at this exact location.

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


More information about the llvm-commits mailing list