Make IntInits and ListInits typed. This helps deduce types of !if and
authorDavid Greene <greened@obbligato.org>
Mon, 8 Jun 2009 20:23:18 +0000 (20:23 +0000)
committerDavid Greene <greened@obbligato.org>
Mon, 8 Jun 2009 20:23:18 +0000 (20:23 +0000)
commite1b469170bb3ab259fd488fb95c29efe802cdd6a
treeb3c98585bc4d30950a3c48ba9c865c47792aec89
parent77c489dcae2d7906fae653e2d25e023004d1b9e4
Make IntInits and ListInits typed.  This helps deduce types of !if and
other operators.  For the rare cases where a list type cannot be
deduced, provide a []<type> syntax, where <type> is the list element
type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73078 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetSelectionDAG.td
test/TableGen/Slice.td [new file with mode: 0644]
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/Record.cpp
utils/TableGen/Record.h
utils/TableGen/TGParser.cpp
utils/TableGen/TGParser.h