[PATCH] D141942: [AArch64][SVE2p1] Add SVE2.1 fclamp intrinsic

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 03:33:51 PST 2023


david-arm marked an inline comment as done.
david-arm 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:
----------------
kmclaughlin wrote:
> I think this should be f16? Similarly, the tests below use `i32` and `i64` in the names.
Doh! :face_palm


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

https://reviews.llvm.org/D141942



More information about the llvm-commits mailing list