Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW)
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 10 Jul 2002 21:39:50 +0000 (21:39 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 10 Jul 2002 21:39:50 +0000 (21:39 +0000)
commit53fd400cdf226e3b3856aee1bd9b300b6670d93c
treec70e29d85bc03f72313c7038b2948b6cd72bee09
parentdcde95fbbca7158fea722dd93fbe2dc6112d23a9
Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW)
and generate actual machine instruction sequences directly.

Also a couple of bug fixes in code for putting constants into registers:
-- Do *not* sign-extend unsigned constant that is shorter than int reg size
-- Fix handling of address constant (a GlobalValue) vs. constant that
   must be loaded.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2856 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9InstrInfo.cpp