[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


================
@@ -372,9 +372,9 @@ NaryReassociatePass::tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
     // If the I-th index needs sext and the underlying add is not equipped with
----------------
fhahn wrote:

Should this explicitly include SimplifyQuery.h?

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


More information about the llvm-commits mailing list