[PATCH] D23652: [mips] N64 static relocation model support
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 19 16:02:55 PST 2017
sdardis added a comment.
Not right now regarding additional testing. This patch requires some more changes. I'll repost this patch once I've produced a testsuite clean run. The clang patch for handling will follow shortly afterwards, along with a patch for defining the appropriate macros for -mabicalls.
I believe once all three are posted we'd be in a better position to take stock of the situation.
================
Comment at: test/CodeGen/Mips/tailcall/tailcall.ll:295
+; PIC64R6: jalr $25
+; PIC641: jalr $25
; PIC16: jalrc
----------------
Note to self: this should be PIC64:
https://reviews.llvm.org/D23652
More information about the llvm-commits
mailing list