Baseline tests for InstCombine optimization to merge GEP instructions with constant indices
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Transforms/InstCombine/gep-merge-constant-indices.ll | ||
---|---|---|
2 | If this is testing opaque pointers, it would be good if the input IR also used opaque pointers. Mixing both is a bit confusing. |
Comment Actions
Should I use opaque ptr for the tests since it will be the default in LLVM in the future?
If this is testing opaque pointers, it would be good if the input IR also used opaque pointers. Mixing both is a bit confusing.