This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by alexfh on Sep 1 2023, 2:09 AM.

Details

Summary

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

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

Diff Detail

Event Timeline

alexfh created this revision.Sep 1 2023, 2:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 1 2023, 2:09 AM
Herald added a subscriber: jvesely. · View Herald Transcript
alexfh requested review of this revision.Sep 1 2023, 2:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 1 2023, 2:09 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
alexfh edited the summary of this revision. (Show Details)Sep 1 2023, 3:52 AM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 1 2023, 3:53 AM
This revision was automatically updated to reflect the committed changes.
clang/lib/CodeGen/CGCall.cpp