| commit | 64f745cf20135e6badee8f76e510bac90ff4fcfc | [log] [tgz] |
|---|---|---|
| author | Daniel Sanders <daniel_l_sanders@apple.com> | Tue Oct 24 17:08:43 2017 +0000 |
| committer | Daniel Sanders <daniel_l_sanders@apple.com> | Tue Oct 24 17:08:43 2017 +0000 |
| tree | ee808dd379d948c2742f7c0e6a40e64b70b37c43 | |
| parent | 5e8c3f328f5ea227c3770ca550c55245d5ae4d91 [diff] |
[globalisel][tablegen] Multi-insn emission requires that BuildMIAction support not being linked to an InstructionMatcher. NFC When multi-instruction emission is supported, it will no longer be guaranteed that every BuildMIAction has a corresponding matched instruction. BuildMIAction should support not having one to cover the case where a rule produces more instructions than it matched. llvm-svn: 316463