R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern
authorVincent Lejeune <vljn@ovi.com>
Mon, 18 Feb 2013 14:11:28 +0000 (14:11 +0000)
committerVincent Lejeune <vljn@ovi.com>
Mon, 18 Feb 2013 14:11:28 +0000 (14:11 +0000)
commite3111964a0902bc38440980b0915b189f829c395
tree336a643e8a9a838c7847a364fe47de03aebb80c4
parentbbbef49118809c6a8d424a9434a70c0fdc3a66d5
R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175446 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/AMDGPUISelLowering.h
lib/Target/R600/AMDILISelLowering.cpp
lib/Target/R600/AMDILInstrInfo.td
lib/Target/R600/AMDILIntrinsics.td
lib/Target/R600/R600Instructions.td
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/fmad.ll [new file with mode: 0644]