[PATCH] D136858: [AArch64-SVE]: Force generating code compatible to streaming mode for sve-fixed-length tests.

Hassnaa Hamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 3 06:04:42 PDT 2022


hassnaa-arm added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-gather.ll:5
+target triple = "aarch64-unknown-linux-gnu"
+
+define void @masked_gather_v4i8(<4 x i8>* %a, <4 x i8*>* %b) #0 {
----------------
This testing file is still in progress.
It crashes because of test cases of f16.


================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-scatter.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -force-streaming-compatible-sve < %s | FileCheck %s
----------------
This testing file is still in progress.
It crashes because of test cases of f16.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136858/new/

https://reviews.llvm.org/D136858



More information about the llvm-commits mailing list