Files
clang-p2996/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
Nabeel Omer 1f71db78ce [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.
2023-12-12 11:13:40 +00:00

91 KiB