[libc-commits] [clang] [libc] RFC: clang, libc: Extend the ext_vector_type attribute to support the scalable vector sizes (PR #183307)

Paul Osmialowski via libc-commits libc-commits at lists.llvm.org
Wed Feb 25 06:48:49 PST 2026


================
@@ -1,13 +1,7 @@
-// RUN: %clang_cc1 -O1 -triple x86_64                        %s -emit-llvm -disable-llvm-passes -o - | FileCheck --check-prefixes=CHECK       %s
----------------
pawosm-arm wrote:

Note that this test is buggy by nature and mostly never executed, this patch fixes it (by using those `%if` statements) for the sake of this thing being tested.

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


More information about the libc-commits mailing list