Files
clang-p2996/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
Nikita Popov 7aab12e1c5 [DSE] Only query object size for identified objects
This is supposed to be a fast heuristic primarily interested in
allocas. We should not call it for non-root objects where object
size needs to be determined recursively.
2023-09-27 10:10:06 +02:00

91 KiB