[llvm] [ValueTracking] Use SimplifyQuery in some public APIs (NFC) (PR #68290)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 5 03:39:26 PDT 2023
================
@@ -641,8 +641,9 @@ static OverflowResult checkOverflow(FlattenInfo &FI, DominatorTree *DT,
// Check if the multiply could not overflow due to known ranges of the
----------------
fhahn wrote:
Should this explicitly include SimplifyQuery.h?
https://github.com/llvm/llvm-project/pull/68290
More information about the llvm-commits
mailing list