[TableGen] Implement at least some support for multiple explicit results in an instru...
authorCraig Topper <craig.topper@gmail.com>
Thu, 5 Mar 2015 07:11:36 +0000 (07:11 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 5 Mar 2015 07:11:36 +0000 (07:11 +0000)
commit256cb3b576eb9ddfc5bbfb2b1f3af8888cc4f503
tree6bcd7615cd11e1354dd583dff2e97f4f5d290a11
parent8ad519fd3c5998d977d4f63bc9fc9ec5a95580b6
[TableGen] Implement at least some support for multiple explicit results in an instruction pattern. No functional change to existing patterns.

This should help with the AVX512 masked gather changes Elena is working on. This patch is derived from some of the changes Elena made to tablegen, but modified by me to support arbitrary number of results.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231357 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenDAGPatterns.cpp