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)
commit9ad2c7ef924e4e3c782d0c6267ca39e424911df7
treefb51859c697f2146c314e25f8de5dfe408952424
parent5f607c0b392efa72d3dcb6486a2f164528f48ebe
R600: Move add/sub with overflow out of AMDILISelLowering

Add more tests for these.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211517 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/AMDILISelLowering.cpp
lib/Target/R600/R600ISelLowering.cpp
test/CodeGen/R600/saddo.ll [new file with mode: 0644]
test/CodeGen/R600/ssubo.ll [new file with mode: 0644]
test/CodeGen/R600/uaddo.ll
test/CodeGen/R600/usubo.ll [new file with mode: 0644]