[PATCH] D98487: [AArch64][SVE/NEON] Add support for FROUNDEVEN for both NEON and fixed length SVE

Dave Green via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 15 07:09:40 PDT 2021


dmgreen added a comment.

Thanks. This looks sensible, from what I can tell.



================
Comment at: llvm/include/llvm/Target/TargetSelectionDAG.td:158
 ]>;
+def SDTFPRoundEvenOp  : SDTypeProfile<1, 1, [   // froundeven
+  SDTCisFP<0>, SDTCisFP<1>, SDTCisOpSmallerThanOp<0, 1>, SDTCisSameNumEltsAs<0, 1>
----------------
Is this used? The one above should maybe say `// fpround`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98487/new/

https://reviews.llvm.org/D98487



More information about the cfe-commits mailing list