[PATCH] D129734: [InstCombine] Canonicalize GEP of GEP by swapping constant-indexed GEP to the front

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 09:36:11 PDT 2022


davidxl added a comment.

Can you provide an example showing how this is better than the alternative patch (e.g. helping LICM)?

Also provide an example showing nikic's concern is addressed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129734



More information about the llvm-commits mailing list