[PATCH] D159346: Revert "Reapply: [IRGen] Emit lifetime intrinsics around temporary aggregate argument allocas"

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 1 02:09:27 PDT 2023


alexfh created this revision.
alexfh added reviewers: vitalybuka, nickdesaulniers.
Herald added a subscriber: jvesely.
Herald added a project: All.
alexfh requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This reverts commit e698695fbbf62e6676f8907665187f2d2c4d814b <https://reviews.llvm.org/rGe698695fbbf62e6676f8907665187f2d2c4d814b>. The commit caused
invalid AddressSanitizer: stack-use-after-scope errors.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D159346

Files:
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/CGCall.h
  clang/test/CodeGen/lifetime-call-temp.c
  clang/test/CodeGenCXX/amdgcn-call-with-aggarg.cpp
  clang/test/CodeGenCXX/stack-reuse-miscompile.cpp
  clang/test/CodeGenCoroutines/pr59181.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159346.555310.patch
Type: text/x-patch
Size: 9288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230901/e30e20b4/attachment.bin>


More information about the cfe-commits mailing list