[clang] [Clang][SME] Add IsStreamingOrSVE2p1 (PR #76975)

Sam Tebbs via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 5 02:55:24 PST 2024


================
@@ -50,6 +50,7 @@ class LLVM_LIBRARY_VISIBILITY AArch64TargetInfo : public TargetInfo {
   bool HasMatMul = false;
   bool HasBFloat16 = false;
   bool HasSVE2 = false;
+  bool HasSVE2p1 = false;
----------------
SamTebbs33 wrote:

Thanks I saw this too. Testing the fix as we speak.

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


More information about the cfe-commits mailing list