[clang] [llvm] [AArch64] Add updated FEAT_SVE_B16B16 and begin replacement of 'b16b16' flag (PR #101480)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 6 02:28:05 PDT 2024
================
@@ -0,0 +1,49 @@
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -target-feature +sve2 -verify -verify-ignore-unexpected=error,note -emit-llvm -o - %s
----------------
CarolineConcatto wrote:
Can we group this file with the streaming on.
The same we do for the codegen?
They have both the same reported error.
https://github.com/llvm/llvm-project/pull/101480
More information about the cfe-commits
mailing list