[all-commits] [llvm/llvm-project] a385c3: [clang][dataflow] Drop block-relative cap on workl...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Tue Jan 30 13:05:37 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a385c379f8694f42d1efb88bb8c5a53fccb6a664
https://github.com/llvm/llvm-project/commit/a385c379f8694f42d1efb88bb8c5a53fccb6a664
Author: Yitzhak Mandelbaum <ymand at users.noreply.github.com>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
Log Message:
-----------
[clang][dataflow] Drop block-relative cap on worklist iterations. (#80033)
As per the FIXME, this cap never really served its purpose. This patch
simplifies to a single, caller-specified, absolute cap.
More information about the All-commits
mailing list