[PATCH] D95564: [GlobalISel] Add G_ASSERT_ZEXT

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 22:36:04 PST 2021


aemerson added a comment.

We should clarify what kind of copies this is allowed to do. As a hint, I think it shouldn't be legal to use this copy to change regbanks, or regclasses, or to use/define physical registers. As a hint, it should be guaranteed to be safe to look through to the vreg source.


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

https://reviews.llvm.org/D95564



More information about the llvm-commits mailing list