R600: Expand vector fexp2
[oota-llvm.git] / lib / Target / R600 / AMDGPUISelLowering.cpp
index 1aa92fadbeeac6b48e81e39cfe10b5a56265a389..ee6eb5bd32eca93ba42480d61718b7a3303104fa 100644 (file)
@@ -320,6 +320,7 @@ AMDGPUTargetLowering::AMDGPUTargetLowering(TargetMachine &TM) :
     setOperationAction(ISD::FCEIL, VT, Expand);
     setOperationAction(ISD::FCOS, VT, Expand);
     setOperationAction(ISD::FDIV, VT, Expand);
+    setOperationAction(ISD::FEXP2, VT, Expand);
     setOperationAction(ISD::FPOW, VT, Expand);
     setOperationAction(ISD::FFLOOR, VT, Expand);
     setOperationAction(ISD::FTRUNC, VT, Expand);