[PATCH] D42047: Pattern matching code for LibFunc

Dmitry Venikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 14 23:16:45 PST 2018


Quolyk created this revision.
Quolyk added reviewers: spatel, hfinkel, efriedma.

Provides m_LibFunc pattern that can be used to match LibFuncs. Implemented quite similar to m_Intrinsic pattern.


https://reviews.llvm.org/D42047

Files:
  include/llvm/IR/PatternMatch.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42047.129801.patch
Type: text/x-patch
Size: 3428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180115/f1a0af96/attachment.bin>


More information about the llvm-commits mailing list