[all-commits] [llvm/llvm-project] 1f71db: [NFC][DSE] Fix typo comment in eliminateDeadStores...
Nabeel Omer via All-commits
all-commits at lists.llvm.org
Tue Dec 12 03:13:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f71db78ce2b5cc7af86271276d039e4e87146d3
https://github.com/llvm/llvm-project/commit/1f71db78ce2b5cc7af86271276d039e4e87146d3
Author: Nabeel Omer <nabeel.omer at sony.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
Log Message:
-----------
[NFC][DSE] Fix typo comment in eliminateDeadStores (#75166)
> We are re-using tryToMergePartialOverlappingStores, which requires
DeadSI to dominate DeadSI.
Should be "DeadSI to dominate KillingSI" because that's what the check
is for.
More information about the All-commits
mailing list