[PATCH] D111386: RFC: [Hexagon] Mark target as not "machine verifier clean"

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 09:00:02 PDT 2021


kparzysz added a comment.

One problem that came up is that the "BB Sections" pass runs before pre-emit2.  This imposes restrictions on what kinds of optimizations we can run in pre-emit2.  If we could move BB Sections until after pre-emit2, it would be a lot better for us.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111386



More information about the llvm-commits mailing list