[PATCH] D128254: [RS4GC] Handle freeze case for vector

Artur Pilipenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 11:53:24 PDT 2022


apilipenko accepted this revision.
apilipenko added a comment.
This revision is now accepted and ready to land.

In other instructions, we seem to just duplicate the handling in findBaseDefiningValueOfVector and findBaseDefiningValue. Doing so for freeze would be more consistent with the existing code.

LGTM.


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

https://reviews.llvm.org/D128254



More information about the llvm-commits mailing list