[PATCH] D122427: [MIPS] Initial support for MIPS-I load delay slots
Ayrton Muñoz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 25 09:03:35 PDT 2022
ayrtonm added a comment.
I believe it's only marked as initial because of the lack of MIPS-I tests. We assumed we'd have to follow up by porting over the relevant MIPS-II tests. I've also done a fair amount of testing with rustc on emulators and the change works as expected. The only other issue I've found with MIPS-I is that occasionally it'll try emitting a MIPS-II sync <https://github.com/ayrtonm/psx-sdk-rs/issues/6> that crashes rustc.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122427/new/
https://reviews.llvm.org/D122427
More information about the llvm-commits
mailing list