Add floating-point branches and compares. Compares don't complete
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 8 Jul 2004 09:08:22 +0000 (09:08 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 8 Jul 2004 09:08:22 +0000 (09:08 +0000)
commit4185d03dc5290550f0bad33764f3971ec9a74132
treed762ee081962ebda00f1111eab79108abb5a99a6
parent7e540fe2b6343b1481f492ed599a0261dc1bd413
Add floating-point branches and compares.  Compares don't complete
until the next cycle, and there's no interlock, so they effectively
have a delay slot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14686 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/DelaySlotFiller.cpp
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/SparcV8/DelaySlotFiller.cpp
lib/Target/SparcV8/SparcV8InstrInfo.td