[llvm] [LV] Compute SCEV for memcheck before unlinking (PR #160326)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 26 02:07:28 PDT 2025
================
@@ -1763,6 +1763,8 @@ class GeneratedRTChecks {
/// If it is nullptr no memory runtime checks have been generated.
Value *MemRuntimeCheckCond = nullptr;
+ bool AllChecksHoisted = false;
----------------
fhahn wrote:
Would be good to document
https://github.com/llvm/llvm-project/pull/160326
More information about the llvm-commits
mailing list