[PATCH] D74771: [PatternMatch] Move UAddWithOverflow matchers further down (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 07:12:07 PST 2020
fhahn created this revision.
fhahn added reviewers: nikic, RKSimon, lebedev.ri, spatel.
Herald added a project: LLVM.
Moving it after the definition of m_c_Xor allows using m_c_Xor in
UAddWithOverflow matchers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74771
Files:
llvm/include/llvm/IR/PatternMatch.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74771.245158.patch
Type: text/x-patch
Size: 4887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200218/0e7a25aa/attachment.bin>
More information about the llvm-commits
mailing list