[PATCH] D111386: RFC: [Hexagon] Mark target as not "machine verifier clean"
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 20 09:14:30 PDT 2021
kparzysz added a comment.
The limitation is really that we can't reorder basic blocks after the BB sections pass. I've been thinking about it some more and I think we could move the packetization into pre-emit2. There weren't any other issues uncovered when I tried it locally.
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