[PATCH] D40314: [mips] Use the delay slot filler to convert branches for microMIPSR6.

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 08:28:24 PST 2017


sdardis added inline comments.


================
Comment at: test/CodeGen/Mips/llvm-ir/sub.ll:225
 ; MM64: dsubu   $3, $5, $7
-; MM64: jr      $ra
 
----------------
atanasyan wrote:
> Does it make a sense to keep this line but replace `jr` by `jrc`?
I elected to remove it as it isn't really providing any value for the purposes of the test. None of the other test stanzas included any sort of end marker, so I removed it in this case.


Repository:
  rL LLVM

https://reviews.llvm.org/D40314





More information about the llvm-commits mailing list