This simplifies a later change
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
Refactoring some bit of code as part of the patch so that this isn't dead on submission would be a good idea. There should be lots of candidates.
include/llvm/IR/PatternMatch.h | ||
---|---|---|
738 | Add a comment which clarifies the difference with the previous, it's not obvious. Something along the lines of: / Matches an arbitrary ICmp and binds Pred |
Add a comment which clarifies the difference with the previous, it's not obvious.
Something along the lines of:
/ Matches an arbitrary ICmp and binds Pred
.. matcher 1
/ Matches an icmp w/ a specific predicate P
... matcher 2