[PATCH] D68288: [gicombiner] Add a CodeExpander to handle C++ fragments with variable expansion

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 11:50:52 PDT 2019


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

This will handle expansion of C++ fragments in the declarative combiner
including custom predicates, and escapes into C++ to aid the migration
effort.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68288

Files:
  llvm/unittests/CMakeLists.txt
  llvm/unittests/TableGen/CMakeLists.txt
  llvm/unittests/TableGen/CodeExpanderTest.cpp
  llvm/utils/TableGen/GlobalISel/CMakeLists.txt
  llvm/utils/TableGen/GlobalISel/CodeExpander.cpp
  llvm/utils/TableGen/GlobalISel/CodeExpander.h
  llvm/utils/TableGen/GlobalISel/CodeExpansions.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68288.222666.patch
Type: text/x-patch
Size: 15836 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191001/0a2297e3/attachment-0001.bin>


More information about the llvm-commits mailing list