[PATCH] D158589: [MIPS] Add handing of forbidden slot when IR with inline asm
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 23:33:34 PDT 2023
jrtc27 requested changes to this revision.
jrtc27 added a comment.
This revision now requires changes to proceed.
With the exception of 5, these all sound like garbage inline asm input? If you have a dangling delay slot at the end of the inline assembly, that's your problem, not the compiler's. And don't we default to reorder, anyway, so the only way to write that is to first .set noreorder?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158589/new/
https://reviews.llvm.org/D158589
More information about the llvm-commits
mailing list