Files
clang-p2996/llvm/test/Transforms/ADCE
Mikael Holmen b9337b108e [ADCE] Preserve MemorySSA if only debug instructions are removed
As we've seen in
 https://github.com/llvm/llvm-project/issues/58285
throwing away MemorySSA when only debug instructions are removed can lead
to different code when debug info is present or not present.

This is the second attempt at fixing the problem. The first one was
 https://reviews.llvm.org/D145051
which was reverted due to a 15% compile time regression for tramp3d-v4
in NewPM-ReleaseLTO-g.

Differential Revision: https://reviews.llvm.org/D145478
2023-03-08 07:35:37 +01:00
..