R600: Move add/sub with overflow out of AMDILISelLowering
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 23 Jun 2014 18:00:49 +0000 (18:00 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 23 Jun 2014 18:00:49 +0000 (18:00 +0000)
commitc4d3d3a16e99feca884fb35c85c65fe06232310f
treef9d65acaabca4b6d02035da85411e1340b19edd2
parente54e1c3a2107b5d940b9d1ff14e480462f163ddd
R600: Move add/sub with overflow out of AMDILISelLowering

Add more tests for these.

llvm-svn: 211517
llvm/lib/Target/R600/AMDGPUISelLowering.cpp
llvm/lib/Target/R600/AMDILISelLowering.cpp
llvm/lib/Target/R600/R600ISelLowering.cpp
llvm/test/CodeGen/R600/saddo.ll [new file with mode: 0644]
llvm/test/CodeGen/R600/ssubo.ll [new file with mode: 0644]
llvm/test/CodeGen/R600/uaddo.ll
llvm/test/CodeGen/R600/usubo.ll [new file with mode: 0644]