[clang] [Clang] Fix incorrect passing of _BitInt args (PR #90741)
via cfe-commits
cfe-commits at lists.llvm.org
Fri May 10 06:56:41 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
----------------
Lukacma wrote:
I don't think such test file exists for aarch64. I tried searching for smth like that in CodeGen, couldn't find any file which would be suitable for this test.
https://github.com/llvm/llvm-project/pull/90741
More information about the cfe-commits
mailing list