================ @@ -1,17 +1,51 @@ -; RUN: llc -mtriple=aarch64 -mattr=+sve2p2 < %s - -;; These masked.compressstore operations could be natively supported with +sve2p2 -;; (or by promoting to 32/64 bit elements + a truncstore), but currently are not -;; supported. - -; XFAIL: * +; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6 +; RUN: llc -mtriple=aarch64 -mattr=+sve2p2 < %s | FileCheck %s --check-prefixes=CHECK,CHECK-BASE --allow-unused-prefixes +; RUN: llc -mtriple=aarch64 -aarch64-sve-vector-bits-min=256 -mattr=+sve2p2 < %s | FileCheck %s --check-prefixes=CHECK,CHECK-VL256 --allow-unused-prefixes ---------------- Stylie777 wrote:
Done, and yes I agree. https://github.com/llvm/llvm-project/pull/217609 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
