[llvm] Decompose gep of complex type struct to its element type (PR #107848)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 00:48:36 PDT 2024
================
@@ -1078,6 +1078,8 @@ class GetElementPtrInst : public Instruction {
/// a constant offset between them.
bool hasAllConstantIndices() const;
+ bool hasAllZeroIndicesExceptLast() const;
----------------
arsenm wrote:
Needs doc string
https://github.com/llvm/llvm-project/pull/107848
More information about the llvm-commits
mailing list