[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 14:16:47 PDT 2023
================
@@ -149,12 +150,13 @@ static bool IsPTXVectorType(MVT VT) {
}
}
-static bool Isv2f16Orv2bf16Type(EVT VT) {
- return (VT == MVT::v2f16 || VT == MVT::v2bf16);
+static bool Isv2f16Orv2bf16Orv2i16Type(EVT VT) {
----------------
ThomasRaoux wrote:
done.
https://github.com/llvm/llvm-project/pull/65432
More information about the llvm-commits
mailing list