[PATCH] D58352: Mips: Add ImmArg to intrinsics
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 19 03:33:10 PST 2019
atanasyan added a comment.
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>]>;
^
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58352/new/
https://reviews.llvm.org/D58352
More information about the llvm-commits
mailing list