[PATCH] D149893: Rewrite LSV to handle longer chains.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 28 07:34:07 PDT 2023


jlebar added a comment.

Yikes.

I have an idea how this could happen, I think it may be the `Instruction *ContextInst = GEPA->comesBefore(GEPB) ? GEPB : GEPA;` line.  Trying to write a test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149893



More information about the llvm-commits mailing list