R600/SI: Make more store operations legal
[oota-llvm.git] / lib / Target / R600 / AMDGPUISelLowering.cpp
index 507e399b8785b4c1c2dc01f00b3a8d3b7cf56bde..d577d689f66aaa6e4d2ad6d15e6902fac8958900 100644 (file)
@@ -159,9 +159,6 @@ AMDGPUTargetLowering::AMDGPUTargetLowering(TargetMachine &TM,
   // Custom lowering of vector stores is required for local address space
   // stores.
   setOperationAction(ISD::STORE, MVT::v4i32, Custom);
-  // XXX: Native v2i32 local address space stores are possible, but not
-  // currently implemented.
-  setOperationAction(ISD::STORE, MVT::v2i32, Custom);
 
   setTruncStoreAction(MVT::v2i32, MVT::v2i16, Custom);
   setTruncStoreAction(MVT::v2i32, MVT::v2i8, Custom);