[llvm] [NVPTX] Make i16x2 a native type and add supported vec instructions (PR #65432)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 15:52:16 PDT 2023


================
@@ -5198,6 +5296,7 @@ static void ReplaceLoadVector(SDNode *N, SelectionDAG &DAG,
   case MVT::v4f16:
   case MVT::v4f32:
   case MVT::v8f16: // <4 x f16x2>
+  case MVT::v8i16: // <4 x i16x2>
----------------
ThomasRaoux wrote:

It's there now, I believe there was some lag in GitHub UI

https://github.com/llvm/llvm-project/pull/65432


More information about the llvm-commits mailing list