[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


================
@@ -6245,37 +6245,30 @@ static OverflowResult mapOverflowResult(ConstantRange::OverflowResult OR) {
 }
 
----------------
fhahn wrote:

Should this explicitly include `SimplifyQuery.h`?

https://github.com/llvm/llvm-project/pull/68290


More information about the llvm-commits mailing list