[PATCH] D125438: [InstCombine] NEW Baseline tests for InstCombine optimization to merge GEP instructions with constant indices

William Junda Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 15:53:26 PDT 2022


huangjd updated this revision to Diff 430202.
huangjd added a comment.

Updated tests:

1. Added more tests on swapping to handle conflict with LICM case
2. Fixed some bugs on test cases.
3. Removed some GEP merge test cases because with canonicalization, two-way merging is no longer needed


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125438/new/

https://reviews.llvm.org/D125438

Files:
  llvm/test/Transforms/InstCombine/gep-canonicalize-constant-indices.ll
  llvm/test/Transforms/InstCombine/gep-merge-constant-indices.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125438.430202.patch
Type: text/x-patch
Size: 17378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220517/79e6d785/attachment.bin>


More information about the llvm-commits mailing list