As of this patch, 1018 out of 3938 rules are currently imported.
Depends on D32275
Paths
| Differential D32278
[globalisel][tablegen] Import rules containing intrinsic_wo_chain. ClosedPublic Authored by dsanders on Apr 20 2017, 2:03 AM.
Details
Summary As of this patch, 1018 out of 3938 rules are currently imported. Depends on D32275
Diff Detail
Event Timeline
Comment Actions Hoist out the checks for intrinsic id's so that they are only importable when This revision is now accepted and ready to land.May 12 2017, 2:06 PM Comment Actions This was reverted due to compile-time regressions so re-open it and add it to the end of the patch series that fixes that. This revision is now accepted and ready to land.Jun 1 2017, 3:22 AM dsanders edited parent revisions, added: D33766: [globalisel][tablegen] Finish fixing compile-time regressions by merging the matcher and emitter state machines.; removed: D32869: [globalisel][tablegen] Require that all registers between instructions of a match are virtual., D32275: [globalisel][tablegen] Add several GINodeEquiv's for operators that do not require additional support..Jun 1 2017, 3:23 AM dsanders added a parent revision: D32275: [globalisel][tablegen] Add several GINodeEquiv's for operators that do not require additional support.. Comment ActionsRebase before re-commit
Revision Contents
Diff 95904 include/llvm/Target/GlobalISel/SelectionDAGCompat.td
test/TableGen/GlobalISelEmitter.td
utils/TableGen/GlobalISelEmitter.cpp
|
This seems very lax:
right?
Maybe special-case this in createAndImportSelDAGMatcher instead?