[Sema][SVE] Move/simplify Sema testing for SVE ACLE builtins
Currently for SVE ACLE builtins, single tests are used to verify both clang code generation (when the feature is available) and semantic error/warning messages (when the feature is unavailable). This patch moves the semantic testing into dedicated Sema tests. Differential Revision: https://reviews.llvm.org/D124924
Loading
Please sign in to comment