R600: Add support for ISD::FROUND
authorTom Stellard <thomas.stellard@amd.com>
Wed, 27 Nov 2013 21:23:20 +0000 (21:23 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 27 Nov 2013 21:23:20 +0000 (21:23 +0000)
commit496dbfe7b9fd0ad986b425e5b1543fefb1812b8e
tree059efa8ff36152405332d12f0d3560c01783e0ba
parent60ffb59df36160a8c49e43b9d0e888ae7d9b5c60
R600: Add support for ISD::FROUND

NOTE: This is a candidate for the 3.4 branch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195878 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/AMDGPUInstrInfo.td
lib/Target/R600/R600Instructions.td
test/CodeGen/R600/llvm.round.ll [new file with mode: 0644]