[clang] [llvm] [IPO] Optimise variadic functions (PR #92850)

Jon Chesterfield via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 20:43:54 PDT 2024


================
@@ -1,5 +1,6 @@
 // REQUIRES: aarch64-registered-target
-// RUN: %clang_cc1 -triple aarch64 -target-feature +neon -emit-llvm -O2 -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple aarch64 -target-feature +neon -emit-llvm -O2 -o - %s -mllvm -expand-variadics-override=disable | FileCheck %s
+
----------------
JonChesterfield wrote:

^this disable shouldn't be necessary, having trouble working out what the filecheck regex are complaining about

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


More information about the llvm-commits mailing list