This is an archive of the discontinued LLVM Phabricator instance.

[globalisel][combine] Split existing rules into a match and apply step
ClosedPublic

Authored by dsanders on Feb 12 2019, 2:54 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

dsanders created this revision.Feb 12 2019, 2:54 PM

Seems reasonable.

This revision is now accepted and ready to land.Feb 13 2019, 6:44 AM
This revision was automatically updated to reflect the committed changes.