[all-commits] [llvm/llvm-project] fe2c4a: [DSE] Make test more robust (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jan 11 02:50:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe2c4af905074c7a7745aad3177ad32ac2bd30cf
https://github.com/llvm/llvm-project/commit/fe2c4af905074c7a7745aad3177ad32ac2bd30cf
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
M llvm/test/Transforms/DeadStoreElimination/memset-unknown-sizes.ll
Log Message:
-----------
[DSE] Make test more robust (NFC)
If the allocation is not captured, then all the stores before the
ret are dead anyway.
More information about the All-commits
mailing list