[all-commits] [llvm/llvm-project] 330ee0: [DSE] Reuse BatchAA for MSSA clobber queries
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Dec 6 00:46:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 330ee040dda1395cdab6150803aada24989cb533
https://github.com/llvm/llvm-project/commit/330ee040dda1395cdab6150803aada24989cb533
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-12-06 (Tue, 06 Dec 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
Log Message:
-----------
[DSE] Reuse BatchAA for MSSA clobber queries
This is not NFC because the DSE BatchAA is more powerful than the
default one due to EarliestEscape CaptureInfo, so this might
improve results in some cases.
More information about the All-commits
mailing list