R600/SI: Implement add i64, but do not yet enable.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 18 Nov 2013 20:09:47 +0000 (20:09 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 18 Nov 2013 20:09:47 +0000 (20:09 +0000)
commite64a2896094be370f5ca3d755f62c762fb94b37a
tree380c065a1d26e1dd8a02a6d1a49df1651626752a
parent15703e0a71e7583b107499045374c364976452e2
R600/SI: Implement add i64, but do not yet enable.

Test doesn't actually check the output. I need
to fix add i64 being matched for the addressing
calculations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195040 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIISelLowering.cpp
lib/Target/R600/SIISelLowering.h
test/CodeGen/R600/add_i64.ll [new file with mode: 0644]