[PATCH] D72191: [gicombiner] Add support for arbitrary C++ predicates

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 16:57:24 PST 2020


dsanders created this revision.
dsanders added reviewers: volkan, bogner.
Herald added a project: LLVM.

Add the ability to declare arbitrary C++ predicates and use them within a
matcher.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72191

Files:
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/utils/TableGen/GICombinerEmitter.cpp
  llvm/utils/TableGen/GlobalISel/GIMatchDag.h
  llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h
  llvm/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp
  llvm/utils/TableGen/GlobalISel/GIMatchDagOperands.h
  llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp
  llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72191.236152.patch
Type: text/x-patch
Size: 23623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200104/518f097f/attachment.bin>


More information about the llvm-commits mailing list