[PATCH] D137212: [InstCombine] Simplify chain of GEP with constant indices

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 11:24:20 PDT 2022


davidxl added a comment.



>   y  = tmp + k + x;

should be

  y  = tmp + i + x;

>   }
>
> }




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137212



More information about the llvm-commits mailing list