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

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 08:30:12 PST 2017


atanasyan added inline comments.


================
Comment at: test/CodeGen/Mips/llvm-ir/sub.ll:225
 ; MM64: dsubu   $3, $5, $7
-; MM64: jr      $ra
 
----------------
sdardis wrote:
> 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.
I see. ok


Repository:
  rL LLVM

https://reviews.llvm.org/D40314





More information about the llvm-commits mailing list