Eliminate most uses of the machine instruction vector for each LLVM instr,
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 12 Nov 2001 18:53:43 +0000 (18:53 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 12 Nov 2001 18:53:43 +0000 (18:53 +0000)
commit200a4359661e5ef8ec952a088ecc723d4581f606
treed61d0d03d61f64d0b04093b98b496adc43635646
parenta95c69997faa0422f135efad2f25281011d1cbf0
Eliminate most uses of the machine instruction vector for each LLVM instr,
since some m. instr. may be generated by LLVM instrs. in other blocks.
Handle non-SSA (anti and output) edges and true edges uniformly by
working with machine instructions alone.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1269 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InstrSched/SchedGraph.cpp
lib/CodeGen/InstrSched/SchedGraph.h
lib/Target/SparcV9/InstrSched/SchedGraph.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.h