[clang] [Clang] Fix incorrect passing of _BitInt args (PR #90741)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Thu May 9 16:46:24 PDT 2024
================
@@ -0,0 +1,14 @@
+// REQUIRES: arm-registered-target
+// RUN: %clang_cc1 -triple aarch64-none-elf \
+// RUN: -O2 \
+// RUN: -emit-llvm -fexperimental-max-bitint-width=1024 -o - %s | FileCheck %s
----------------
efriedma-quic wrote:
Can we integrate this into some existing test file for aarch64 calling conventions?
https://github.com/llvm/llvm-project/pull/90741
More information about the cfe-commits
mailing list