[PATCH] D58352: Mips: Add ImmArg to intrinsics
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 20 07:19:19 PST 2019
arsenm added a comment.
In D58352#1402138 <https://reviews.llvm.org/D58352#1402138>, @atanasyan wrote:
> Thanks for pointing to the problem. Could you provide the "assertion" used for finding the issue?
>
> Unfortunately the current patch shows the error on compilation:
>
> llvm/include/llvm/IR/IntrinsicsMips.td:237:46: error: Expected a class name, got 'ImmArg'
> Intrinsic<[], [llvm_i32_ty, llvm_i32_ty], [ImmArg<1>]>;
> ^
>
I posted the hack here: D58449 <https://reviews.llvm.org/D58449>
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58352/new/
https://reviews.llvm.org/D58352
More information about the llvm-commits
mailing list