[clang] [RISCV] full support for riscv_rvv_vector_bits attribute (PR #100110)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 6 00:03:43 PDT 2024
================
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -triple riscv64-none-linux-gnu %s -emit-llvm -o - \
// RUN: -target-feature +f -target-feature +d -target-feature +zfh \
// RUN: -target-feature +zve64d -target-feature +zvfh -mvscale-min=1 \
-// RUN: -mvscale-max=1 | FileCheck %s --check-prefix=CHECK-64
+// RUN: -mvscale-max=1 | FileCheck %s --check-prefix=CHECK-64
----------------
topperc wrote:
Stray change?
https://github.com/llvm/llvm-project/pull/100110
More information about the cfe-commits
mailing list