================
@@ -0,0 +1,327 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py 
UTC_ARGS: --version 4
+; RUN: llc -force-streaming -verify-machineinstrs < %s | FileCheck %s
+
+target triple = "aarch64-linux"
+
+; Widening
----------------
CarolineConcatto wrote:

Just in case, maybe we can add some tests for the tile limits:
Don't need to be to all of them, but a
"Half-precision, single vectors" variants: is the name of the ZA tile ZA0-ZA1, 
encoded in the "ZAda" field.
"Single-precision, single vectors" variants: is the name of the ZA tile 
ZA0-ZA3, encoded in the "ZAda" field.
"Double-precision, single vectors" variants: is the name of the ZA tile 
ZA0-ZA7, encoded in the "ZAda" field.

https://github.com/llvm/llvm-project/pull/127797
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to