[PATCH] D84397: [MSP430] Replace known epilogues with branches to __mspabi_func_epilog_N

Anatoly Trosinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 06:36:36 PDT 2020


atrosinenko added inline comments.


================
Comment at: llvm/lib/Target/MSP430/MSP430CommonEpilogueOptimizer.cpp:155
+    for (auto Terminator : OriginalTerminators) {
+      MachineBasicBlock::iterator KnownEpilogueBegin;
+
----------------
Not sure this is not against the code style, still should work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84397



More information about the llvm-commits mailing list