[PATCH] D46837: [MachineScheduler] Skip an implicit def of a super-reg added by regalloc in findDefIdx.

Andrew Trick via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 14 10:32:17 PDT 2018


atrick added a subscriber: MatzeB.
atrick added a comment.

That's interesting. @MatzeB is this the right fix? Is regalloc supposed to be adding implicit defs in front of the uses, and don't we/shouldn't we have a general API to handle this?


https://reviews.llvm.org/D46837





More information about the llvm-commits mailing list