[PATCH] D140004: [InstCombine] return the result of the GEP of PHI transformation early

Danila Malyutin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 02:42:23 PST 2022


danilaml added a comment.

Discovered then some downstream analysis wasn't invalidated when this transformation was the only change instcombine made. Not sure how to write a good test for this. I remember there being a pass that verified that passes correctly reported changed IR but I think it only worked for legacy pm.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140004



More information about the llvm-commits mailing list