[all-commits] [llvm/llvm-project] 22fe40: [ConstraintElimination] Add tests for chained GEPs...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Oct 3 07:56:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22fe40068ca35aeb7cfdbc752f07ad9e2400e2a5
https://github.com/llvm/llvm-project/commit/22fe40068ca35aeb7cfdbc752f07ad9e2400e2a5
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-10-03 (Mon, 03 Oct 2022)
Changed paths:
A llvm/test/Transforms/ConstraintElimination/gep-add.ll
A llvm/test/Transforms/ConstraintElimination/gep-sub.ll
Log Message:
-----------
[ConstraintElimination] Add tests for chained GEPs with const offsets.
Add extra tests for chained GEPs where the second GEP has a constant
offset. Inspired by missed optimizations from #51358.
More information about the All-commits
mailing list