[PATCH] D98269: [AArch64] Add missing intrinsics for scalar fp rounding
JinGu Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 9 09:38:24 PST 2021
jaykang10 added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:48
+def int_aarch64_frint32z
+ : DefaultAttrsIntrinsic<[ llvm_anyfloat_ty ], [ llvm_anyfloat_ty ],
+ [ IntrNoMem ]>;
----------------
SjoerdMeijer wrote:
> Better is that the 2nd `llvm_anyfloat_ty` is `LLVMMatchType<0>`.
> Same for the other patterns below.
Yep, I will update it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98269/new/
https://reviews.llvm.org/D98269
More information about the llvm-commits
mailing list