[llvm] [SCEV] Expose getGEPExpr without needing to pass GEPOperator* (NFC) (PR #164487)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 01:56:39 PDT 2025


================
@@ -640,6 +640,9 @@ class ScalarEvolution {
   /// \p IndexExprs The expressions for the indices.
   LLVM_ABI const SCEV *
   getGEPExpr(GEPOperator *GEP, const SmallVectorImpl<const SCEV *> &IndexExprs);
----------------
fhahn wrote:

Done, thanks

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


More information about the llvm-commits mailing list