[PATCH] D107362: GlobalISel: Fix matchEqualDefs for instructions with multiple defs

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 4 02:05:31 PDT 2021


Petar.Avramovic added a comment.

This is bug fix, matchEqualDefs always returns true  when different I1 and I2 produce same values (missing operand index check).


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

https://reviews.llvm.org/D107362



More information about the llvm-commits mailing list