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

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 22 05:49:28 PDT 2025


houngkoungting wrote:

HI @RKSimon , Thank you for pointing that out! I've removed the unnecessary SDPatternMatch:: namespace  and replaced the custom matcher with m_Node(...) . Please help take another look when you have time.

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


More information about the llvm-commits mailing list