[clang] [Clang] Emit lifetime markers for non-aggregate temporary allocas (PR #90849)

via cfe-commits cfe-commits at lists.llvm.org
Mon May 20 04:25:54 PDT 2024


================
@@ -1,13 +1,15 @@
-// RUN: %clang_cc1 -emit-llvm -triple arm64-- -o - %s -O0 | FileCheck %s --check-prefix=CHECK-O0
-// RUN: %clang_cc1 -emit-llvm -disable-llvm-optzns -triple arm64-- -o - %s -O3 | FileCheck %s --check-prefix=CHECK-O3
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4
----------------
Lukacma wrote:

Sorry about that. I used update_cc_test_checks so I do not have to write whole llvm IR manually, but I heavily modified it. I wasn't planning for this test to be regenerable using update_cc_test_checks, I just forgot to remove the note. It is fixed now

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


More information about the cfe-commits mailing list