[PATCH] D110691: [MSP430] Recognize Bi as an indirect branch in analyzeBranch. NFC.
Anton Korobeynikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 29 08:31:52 PDT 2021
asl accepted this revision.
asl added a comment.
This revision is now accepted and ready to land.
Indeed, this was an oversight. `Bi` could be generated from an indirect branch as a result of folding or during the branch relaxation.
Interesting enough, whether we could drop branch selector pass in favour of generic BranchRelaxation pass? (MSP430 branch selector dates back to 2010 where no generic branch relaxation pass was available, the latter was created our of AArch64 one).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110691/new/
https://reviews.llvm.org/D110691
More information about the llvm-commits
mailing list