[all-commits] [llvm/llvm-project] 95af97: [PatternMatch] Improve m_Deferred() documentation ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Apr 24 12:00:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95af971764186a2af6158af26e5aa905a55be586
https://github.com/llvm/llvm-project/commit/95af971764186a2af6158af26e5aa905a55be586
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-04-24 (Sat, 24 Apr 2021)
Changed paths:
M llvm/include/llvm/IR/PatternMatch.h
Log Message:
-----------
[PatternMatch] Improve m_Deferred() documentation (NFC)
m_Deferred() has nothing to do with commutative matchers, it needs
to be used whenever the value to match is determinde as part of
the same match expression.
More information about the All-commits
mailing list