[Lldb-commits] [lldb] [Clang] Add __builtin_vectorelements to get number of elements in vector (PR #69010)

Erich Keane via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 13 09:58:11 PDT 2023


================
@@ -0,0 +1,121 @@
+// RUN: %clang_cc1 -O1 -triple aarch64 -target-feature +neon %s -emit-llvm -o - | FileCheck --check-prefixes=CHECK,NEON %s
----------------
erichkeane wrote:

Add -disable-llvm-passes to all of these.

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


More information about the lldb-commits mailing list