[Tablegen] Attempt to add support for patterns containing nodes with multiple results.
authorCraig Topper <craig.topper@gmail.com>
Fri, 20 Mar 2015 05:09:06 +0000 (05:09 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 20 Mar 2015 05:09:06 +0000 (05:09 +0000)
commit3220d112fac02b736a750262ff74f8f7a1a3e9aa
tree4f7a0a7100fe88e8a548d96aeb252d7ede5460a3
parent4aee931a46c2cf1df7a1884bf689893569ed51eb
[Tablegen] Attempt to add support for patterns containing nodes with multiple results.

This is needed for AVX512 masked scatter/gather support.

The R600 change is necessary to remove a hack that was working around the lack of multiple results.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232798 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIInstructions.td
utils/TableGen/CodeGenDAGPatterns.cpp