[llvm] [SCEV] Add dedicated AffineAddRec matcher + loop matchers (NFC). (PR #141141)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sat May 24 02:01:42 PDT 2025
https://github.com/nikic approved this pull request.
LGTM, this does seem more in line with how PatternMatch usually works. It's nice to support both m_Loop and m_SpecificLoop.
https://github.com/llvm/llvm-project/pull/141141
More information about the llvm-commits
mailing list