[PATCH] D58150: [globalisel][combine] Split existing rules into a match and apply step
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 12 14:56:00 PST 2019
dsanders created this revision.
dsanders added reviewers: bogner, volkan, aditya_nandakumar, paquette, aemerson.
Herald added subscribers: jdoerfert, Petar.Avramovic, kristof.beyls, rovka.
Herald added a project: LLVM.
The declarative tablegen definitions split rules into match and apply steps.
Prepare for that by doing the same in the C++ implementations. This aids
some of the migration effort while the tablegen version is incomplete.
Repository:
rL LLVM
https://reviews.llvm.org/D58150
Files:
include/llvm/CodeGen/GlobalISel/CombinerHelper.h
lib/CodeGen/GlobalISel/CombinerHelper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58150.186548.patch
Type: text/x-patch
Size: 5801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190212/22d984f1/attachment.bin>
More information about the llvm-commits
mailing list