[clang] [RISCV] full support for riscv_rvv_vector_bits attribute (PR #100110)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 30 14:47:08 PDT 2024


================
@@ -572,1483 +1121,44 @@ void f() {
 //===----------------------------------------------------------------------===//
 // Structs and unions
 //===----------------------------------------------------------------------===//
-// CHECK-64:      %struct.struct_int8m1 = type { <8 x i8> }
----------------
topperc wrote:

Using the script erased a large portion of the CHECKs in this test. The script only knows how to check function bodies. It doesn't know about global variables or types.

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


More information about the cfe-commits mailing list