llvm-6502/include
Jakob Stoklund Olesen 8efadf94b5 Add <imp-def> and <imp-kill> operands when replacing virtual sub-register defs and kills.
An instruction like this:

  %reg1097:1<def> = VMOVSR %R3<kill>, 14, %reg0

Must be replaced with this when substituting physical registers:

  %S0<def> = VMOVSR %R3<kill>, 14, %reg0, %D0<imp-def>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92812 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-06 00:29:28 +00:00
..
llvm Add <imp-def> and <imp-kill> operands when replacing virtual sub-register defs and kills. 2010-01-06 00:29:28 +00:00
llvm-c Remove dead debug info intrinsics. 2010-01-05 01:10:40 +00:00