[clang] [AArch64] Enable svcompact intrinsic in streaming mode with SME2.2 (PR #151703)

Paul Walker via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 4 09:21:00 PDT 2025


================
@@ -1,7 +1,6 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2p2 < %s | FileCheck %s --check-prefixes=CHECK
 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve,+sme2p2 < %s | FileCheck %s --check-prefixes=CHECK
-; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme2p2 -force-streaming < %s | FileCheck %s --check-prefixes=CHECK
----------------
paulwalker-arm wrote:

I think you only meant to revert your edit to the original RUN line, rather than removing the whole RUN line.

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


More information about the cfe-commits mailing list