R600/SI: Improve legalization of vector operations
[oota-llvm.git] / lib / Target / R600 / SIISelLowering.h
index 321e58c153bb6ac716bfd9dc64b58840399c4b3b..9c54a6f48aa482020db02578932ab22bf682cf9e 100644 (file)
@@ -47,6 +47,7 @@ class SITargetLowering : public AMDGPUTargetLowering {
 public:
   SITargetLowering(TargetMachine &tm);
   bool allowsUnalignedMemoryAccesses(EVT  VT, bool *IsFast) const;
+  virtual bool shouldSplitVectorElementType(EVT VT) const;
 
   SDValue LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv,
                                bool isVarArg,