[PATCH] D87707: [AArch64][SVE] Add lowering for llvm fsqrt
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 15 10:21:22 PDT 2020
paulwalker-arm added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td:212
def AArch64frintz_mt : SDNode<"AArch64ISD::FTRUNC_MERGE_PASSTHRU", SDT_AArch64Arith>;
+def AArch64fsqrt_mt : SDNode<"AArch64ISD::FSQRT_MERGE_PASSTHRU", SDT_AArch64Arith>;
----------------
I would be nicer if this was aligned to the previous def.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87707/new/
https://reviews.llvm.org/D87707
More information about the llvm-commits
mailing list