[PATCH] D85456: Fix instruction counting in post-RA scheduler

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 14:14:54 PDT 2020


arsenm added a comment.

In D85456#2201120 <https://reviews.llvm.org/D85456#2201120>, @kerbowa wrote:

> Seems wrong to have a bundle without BUNDLE opcode but the change seems fine obviously. Since it's allowed we should probably just account for the possibility.

But is it? I think this is a failing of the verifier and it is not allowed


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

https://reviews.llvm.org/D85456



More information about the llvm-commits mailing list