[PATCH] D103016: NewGVN: Relax assertion about number of times a value is seen

Ruiling, Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 2 16:21:10 PDT 2021


ruiling added subscribers: asbirlea, ruiling.
ruiling added a reviewer: asbirlea.
ruiling added a comment.

Add @asbirlea since she is also working on another similar issue PR31613. sounds like the test case hit some inefficiency of the way we are processing the instructions. The `%i678 =` and other similar `gep`s against `%i` were processed again and again.


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

https://reviews.llvm.org/D103016



More information about the llvm-commits mailing list