[PATCH] D86793: [AArch64][SVE] Add lowering for rounding operations

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 08:25:15 PDT 2020


paulwalker-arm accepted this revision.
paulwalker-arm added a comment.
This revision is now accepted and ready to land.

Other than adding the missing test before landing that patch, this LGTM.



================
Comment at: llvm/test/CodeGen/AArch64/sve-fp-rounding.ll:117
+}
+
+; FNEARBYINT
----------------
It looks like you are missing a test for `define <vscale x 2 x double> @frintm_nxv2f64`.


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

https://reviews.llvm.org/D86793



More information about the llvm-commits mailing list