[all-commits] [llvm/llvm-project] 27f609: [ConstraintElimination] Fix nested GEP check.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Nov 1 07:44:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27f6091bb025972e4255bccb74afcc0ebf3ef90e
https://github.com/llvm/llvm-project/commit/27f6091bb025972e4255bccb74afcc0ebf3ef90e
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
M llvm/test/Transforms/ConstraintElimination/gep-add-multiple-indices.ll
Log Message:
-----------
[ConstraintElimination] Fix nested GEP check.
At the moment, the implementation requires that the outer GEP has a
single index, the inner GEP can have an arbitrary indices, because the
general `decompose` helper is used.
More information about the All-commits
mailing list