[SelectionDAG] Add a isel matcher op to check the type of node results other than...
authorCraig Topper <craig.topper@intel.com>
Wed, 22 Nov 2017 07:11:01 +0000 (07:11 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 22 Nov 2017 07:11:01 +0000 (07:11 +0000)
commitfb0d4cd48c0a9eada7273dd56a432eec342f6010
tree1be94f265e6ddf374bda188a8d487964e559515f
parent23044fa63946909ec21dee0cca5f5a50d83f8262
[SelectionDAG] Add a isel matcher op to check the type of node results other than result 0.

I plan to use this to check the type of the mask result of masked gathers in the X86 backend.

llvm-svn: 318820
llvm/include/llvm/CodeGen/SelectionDAGISel.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
llvm/utils/TableGen/DAGISelMatcherEmitter.cpp