[PATCH] D158589: [MIPS] Add handing of forbidden slot when IR with inline asm
Jiaxun Yang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 23:52:30 PDT 2023
FlyGoat added a comment.
In D158589#4612822 <https://reviews.llvm.org/D158589#4612822>, @MaskRay wrote:
> I am quite concerned with extra parameters in `AsmPrinter::emitInlineAsm`, `parseStatement`, and similar member functions. Do we have a way not adding them?
>
> @FlyGoat
I can't think of another way to achieve similiar functionality.
Another possible method is to let MC process forbidden-slot even with noreorder set.
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