[PATCH] D145934: [RISCV] Precommit test to show wrong way to pass scalable FP vector on stack
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 13 14:14:40 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/calling-conv-vector-on-stack.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
+; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs -treat-scalable-fixed-error-as-warning < %s 2>&1 | FileCheck %s
----------------
This wasn't fully generated by the script. You have a custom line for the warning. I think the script would delete that? I'd remove this comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145934/new/
https://reviews.llvm.org/D145934
More information about the llvm-commits
mailing list