[PATCH] D106879: GlobalISel: Fix infinite loop in legalization artifact combiner

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 08:14:20 PDT 2021


Petar.Avramovic added a comment.

My best guess is that this happens when dead-def can be found by looking through insert but there is nothing to replace with the value we found.
TODO: avoid using G_INSERT.


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

https://reviews.llvm.org/D106879



More information about the llvm-commits mailing list