[clang] [llvm] [AArch64][Clang] Update predication of SVE2-AES/PMULL Pair Intrinsics and add Test Coverage (PR #153825)

via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 19 04:13:42 PDT 2025


================
@@ -1,5 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2-aes < %s | FileCheck %s
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+ssve-aes -force-streaming < %s | FileCheck %s
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve-aes,+sme-fa64 -force-streaming < %s | FileCheck %s
----------------
Lukacma wrote:

These runlines is unnecessary.


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


More information about the llvm-commits mailing list