Basic 64-bit ALU operations.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 2 Apr 2013 04:09:23 +0000 (04:09 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 2 Apr 2013 04:09:23 +0000 (04:09 +0000)
commit73c5f80ec9913c9bd14955c0bd1dc8a62778f21a
treecc98dea75e94b15d198640d51546297f5751e686
parent39e75544dc2b695997218ce85f7ca5b465e9c154
Basic 64-bit ALU operations.

SPARC v9 extends all ALU instructions to 64 bits, so we simply need to
add patterns to use them for both i32 and i64 values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178527 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/SparcInstr64Bit.td
test/CodeGen/SPARC/64bit.ll