TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attributes as...
authorDaniel Dunbar <daniel@zuster.org>
Mon, 19 Jul 2010 05:44:09 +0000 (05:44 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 19 Jul 2010 05:44:09 +0000 (05:44 +0000)
commit54074b5f04f5affc77b5c6f3e5d8062b50384831
tree9842503592f0e7c5006a73805f892c29cb51ba69
parent24fdd27683960157eaed38a18d95958873f74959
TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attributes as part of the matcher.
 - Currently includes a hack to limit ourselves to "In32BitMode" and "In64BitMode", because we don't have the other infrastructure to properly deal with setting SSE, etc. features on X86.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108677 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmParser.h
lib/MC/MCParser/TargetAsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
utils/TableGen/AsmMatcherEmitter.cpp