[PATCH] D148331: [ARM] Fix t2BF_LabelPseudo.isTerminator

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 06:00:38 PDT 2023


dmgreen added a comment.

I hadn't realized these were upstream. They probably needn't be without the rest of the pass. I believe internally these they are both terminators and non-terminators. In that they can be generated between two non terminators or between two terminators. That obviously doesnt make sense, and I think the whole thing probably needs to be rewritten. Thats not been very high priority though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148331



More information about the llvm-commits mailing list