[flang-commits] [flang] [Clang] Add __builtin_vectorelements to get number of elements in vector (PR #69010)
Lawrence Benson via flang-commits
flang-commits at lists.llvm.org
Mon Oct 16 09:11:37 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
----------------
lawben wrote:
Done.
https://github.com/llvm/llvm-project/pull/69010
More information about the flang-commits
mailing list