[all-commits] [llvm/llvm-project] b7f491: Revert "Reapply: [IRGen] Emit lifetime intrinsics ...

alexfh via All-commits all-commits at lists.llvm.org
Fri Sep 1 03:53:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b7f4915644844fb9f32e8763922a070f5fe4fd29
      https://github.com/llvm/llvm-project/commit/b7f4915644844fb9f32e8763922a070f5fe4fd29
  Author: Alexander Kornienko <alexfh at google.com>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

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

  Log Message:
  -----------
  Revert "Reapply: [IRGen] Emit lifetime intrinsics around temporary aggregate argument allocas"

This reverts commit e698695fbbf62e6676f8907665187f2d2c4d814b. The commit caused
invalid AddressSanitizer: stack-use-after-scope errors.

See https://reviews.llvm.org/D74094#4633785 for details.

Differential Revision: https://reviews.llvm.org/D159346




More information about the All-commits mailing list