GlobalISel/TableGen: Don't skip REG_SEQUENCE based on patterns
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 4 Sep 2019 16:19:34 +0000 (16:19 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 4 Sep 2019 16:19:34 +0000 (16:19 +0000)
commit38fb34443ced261cc201a2e5f1dd55cf979185ed
tree066f5250905eefe27185a35b2ea4d6869ac01bec
parent240a2e25c6ded8b68b33751286180de7b242bf42
GlobalISel/TableGen: Don't skip REG_SEQUENCE based on patterns

This partially adds support for patterns with REG_SEQUENCE. The source
patterns are now accepted, but the pattern is still rejected due to
missing support for the instruction renderer.

llvm-svn: 370920
llvm/utils/TableGen/GlobalISelEmitter.cpp