[clang] [CIR] Inline trivial copy/move assignment at call sites (PR #198918)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 12 15:45:54 PDT 2026


================
@@ -1,5 +1,9 @@
-// RUN: %clang_cc1 -std=c++11 -triple aarch64-none-linux-android21 -fclangir -emit-cir %s -o %t.cir
-// RUN: FileCheck --check-prefix=CIR --input-file=%t.cir %s
+// RUN: split-file %s %t
----------------
andykaylor wrote:

It's not clear to me why you're splitting the file.

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


More information about the cfe-commits mailing list