[all-commits] [llvm/llvm-project] 089237: [DSE] Apply initializes attribute to DSE (#107282)
Haopeng Liu via All-commits
all-commits at lists.llvm.org
Wed Oct 23 22:19:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 089237c0d0b544b4a823891b9ea650325b9dee6d
https://github.com/llvm/llvm-project/commit/089237c0d0b544b4a823891b9ea650325b9dee6d
Author: Haopeng Liu <153236845+haopliu at users.noreply.github.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
A llvm/test/Transforms/DeadStoreElimination/inter-procedural.ll
Log Message:
-----------
[DSE] Apply initializes attribute to DSE (#107282)
Apply the initializes attribute to DSE and guard with a flag,
"enable-dse-initializes-attr-improvement".
The attribute support has been landed in:
https://github.com/llvm/llvm-project/pull/84803
The attribute inference will be landed after this PR:
https://github.com/llvm/llvm-project/pull/97373
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