[PATCH] D121294: [AArch64][SVE][Clang] Fix crash for incorrect svptrue and svcnt parameters

Sander de Smalen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 9 08:03:58 PST 2022


sdesmalen added a comment.

This is missing tests for svundef, svrdffr, svsetffr and svpfalse?



================
Comment at: clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_svptrue.c:2
+// REQUIRES: aarch64-registered-target
+
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -fallow-half-arguments-and-returns -fsyntax-only -verify %s
----------------
Is it possible to use the `update_cc_test_checks.py` script for these tests?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121294



More information about the cfe-commits mailing list