[all-commits] [llvm/llvm-project] eb8f37: [DSE] Remove malloc from EarliestEscapeInfo before...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Mar 6 12:08:12 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb8f379567e8d014194faefe02ce92813e237afc
https://github.com/llvm/llvm-project/commit/eb8f379567e8d014194faefe02ce92813e237afc
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
A llvm/test/Transforms/DeadStoreElimination/malloc-earliest-escape-info-invalidation.ll
Log Message:
-----------
[DSE] Remove malloc from EarliestEscapeInfo before removing. (#84157)
Not removing the malloc from earliest escape info leaves stale entries
in the cache.
Fixes https://github.com/llvm/llvm-project/issues/84051.
PR: https://github.com/llvm/llvm-project/pull/84157
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list