Allow insert_subreg into implicit, target-specific values.
authorChristopher Lamb <christopher.lamb@gmail.com>
Mon, 10 Mar 2008 06:12:08 +0000 (06:12 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Mon, 10 Mar 2008 06:12:08 +0000 (06:12 +0000)
commit3feb0170a8d65984ce5c01a85e7dfd4005f8bb35
treeca6ec84f80cafe500a012b1aab9a96e34a305084
parent7e93e16193553419a7e9907d6dbe41e6393aff4e
Allow insert_subreg into implicit, target-specific values.
Change insert/extract subreg instructions to be able to be used in TableGen patterns.
Use the above features to reimplement an x86-64 pseudo instruction as a pattern.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48130 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/LowerSubregs.cpp
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
lib/Target/Target.td
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86RegisterInfo.h
lib/Target/X86/X86RegisterInfo.td