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

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 12:38:59 PDT 2023


dmgreen added a comment.

This patch certainly seems like an improvement, but I'm not sure what happens if the pseudo is in a terminator position but isn't marked as a terminator. Providing that doesn't go wrong I have no objections. Either way in the long run it should probably be cleaned up to perhaps be a pair of different pseudos.


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