[PATCH] D74094: Reapply: [IRGen] Emit lifetime intrinsics around temporary aggregate argument allocas

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 11 10:36:08 PDT 2023


nickdesaulniers added inline comments.


================
Comment at: clang/test/CodeGen/lifetime-call-temp.c:54
+
+  // CXX-NOT @llvm.lifetime
+  // CXX: ret void
----------------
this check line looks broken; missing `:`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74094/new/

https://reviews.llvm.org/D74094



More information about the cfe-commits mailing list