[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


================
@@ -2540,8 +2540,9 @@ static bool hoistAdd(ICmpInst::Predicate Pred, Value *VariantLHS,
   // we want to avoid this.
----------------
fhahn wrote:

Should this explicitly include SimplifyQuery.h?

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


More information about the llvm-commits mailing list