================
@@ -1084,3 +1084,184 @@ uint32x4_t test_vrsubhn_high_u64(uint32x2_t r,
uint64x2_t a, uint64x2_t b) {
// LLVM: ret <4 x i32> [[RES]]
return vrsubhn_high_u64(r, a, b);
}
+
+//===------------------------------------------------------===//
+// 2.1.1.5.4. Saturating subtract
----------------
banach-space wrote:
[ultra nit] Move near
https://github.com/llvm/llvm-project/blob/3ea0b52258cbe94abcdf3ff57bfd7f4d6a93016c/clang/test/CodeGen/AArch64/neon/subtraction.c?plain=1#L1090
and also update the name to contrast "scalar" in "2.1.1.5.4. Scalar
saturating subtract" :)
https://github.com/llvm/llvm-project/pull/207189
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits