[clang] [llvm] [SVE ACLE] Remove explicit sve2 requirement from crypto and b16b16 builtins. (PR #156456)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 2 06:52:04 PDT 2025


================
@@ -1,5 +1,4 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2-sm4 < %s | FileCheck %s
----------------
paulwalker-arm wrote:

I've removed this RUN line because from a code generation point of view there is nothing new being tested. We already have clang tests to verify the sve2-sm4 alias is correctly expanded.

https://github.com/llvm/llvm-project/pull/156456


More information about the llvm-commits mailing list