[PATCH] D82765: GlobalISel: Disallow undef generic virtual register uses

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 29 14:59:17 PDT 2020


aprantl added a comment.

My MIR is lacking here: What does it mean for a USE to be UNDEF? DBG_VALUE accepts UNDEF as an operand, but it's not clear to me what an undef vreg means / how it can be created.


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

https://reviews.llvm.org/D82765





More information about the llvm-commits mailing list