[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 05:18:57 PST 2017
atanasyan accepted this revision.
atanasyan added a comment.
This revision is now accepted and ready to land.
LGTM with the only nit.
================
Comment at: test/CodeGen/Mips/llvm-ir/sub.ll:225
; MM64: dsubu $3, $5, $7
-; MM64: jr $ra
----------------
Does it make a sense to keep this line but replace `jr` by `jrc`?
Repository:
rL LLVM
https://reviews.llvm.org/D40314
More information about the llvm-commits
mailing list