[PATCH] D141942: [AArch64][SVE2p1] Add SVE2.1 fclamp intrinsic
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 23 03:07:27 PST 2023
kmclaughlin added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve2p1-intrinsics-fclamp.ll:6
+
+define <vscale x 8 x half> @test_fclamp_i16(<vscale x 8 x half> %a, <vscale x 8 x half> %b, <vscale x 8 x half> %c) #0 {
+; CHECK-LABEL: test_fclamp_i16:
----------------
I think this should be f16? Similarly, the tests below use `i32` and `i64` in the names.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141942/new/
https://reviews.llvm.org/D141942
More information about the llvm-commits
mailing list