Files
clang-p2996/llvm/lib/Analysis/ScalarEvolution.cpp
Nikita Popov d23959b2f5 [SCEV] Cache DataLayout in class (NFC)
PR #96919 caused a minor compile-time regression, mostly because
SCEV now goes through an extra out-of-line function to fetch the
data layout, and does this a lot. Cache the DataLayout in SCEV
to avoid these repeated calls.
2024-06-28 12:19:27 +02:00

598 KiB