Files
clang-p2996/llvm/lib/CodeGen/CodeGenPrepare.cpp
Antonio Frighetto e4e0dfb0c2 [CGP] Undo constant propagation of pointers across calls
It may be profitable to revert SCCP propagation of C++ static values,
if such constants are pointers, in order to avoid redundant pointer
computation, since the method returning the constant is non-removable.
2024-09-02 09:33:23 +02:00

341 KiB