[all-commits] [llvm/llvm-project] 29f03b: [GuardWidening] Require analyses only if necessary
annamthomas via All-commits
all-commits at lists.llvm.org
Wed Nov 8 08:55:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29f03bf48dc128f4276d60124726fc19d625a2f9
https://github.com/llvm/llvm-project/commit/29f03bf48dc128f4276d60124726fc19d625a2f9
Author: Anna Thomas <anna at azul.com>
Date: 2023-11-08 (Wed, 08 Nov 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/GuardWidening.cpp
Log Message:
-----------
[GuardWidening] Require analyses only if necessary
We need to request analyses needed for guard widening only if there are
guards/widenable conditions.
More information about the All-commits
mailing list