[clang] [Clang] Fix incorrect passing of _BitInt args (PR #90741)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Fri May 10 12:02:43 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:

Digging a bit into the history, I found clang/test/CodeGen/ext-int-cc.c .  Which apparently has broken CHECK-NOT lines.

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


More information about the cfe-commits mailing list