[llvm] [RISCV] Add missing RUN line for RV32P to attributes.ll. NFC (PR #192750)

via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 16:10:21 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 173010 tests passed
* 3209 tests skipped
* 2 tests failed

## Failed Tests
(click on a test name to see its output)

### lldb-api
<details>
<summary>lldb-api.python_api/run_locker/TestRunLocker.py</summary>

```
Script:
--
/usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --libcxx-include-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 --libcxx-include-target-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu --triple x86_64-unknown-linux-gnu --build-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex --lldb-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb --compiler /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --dsymutil /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/python_api/run_locker -p TestRunLocker.py
--
Exit Code: 1

Command Output (stdout):
--
lldb version 23.0.0git (https://github.com/llvm/llvm-project revision 3696b17c6e8491ca97e3929c454fc56c85b8008f)
  clang revision 3696b17c6e8491ca97e3929c454fc56c85b8008f
  llvm revision 3696b17c6e8491ca97e3929c454fc56c85b8008f
"can't evaluate expressions when the process is running."
Skipping the following test categories: msvcstl, dsym, pdb, gmodules, debugserver, objc

--
Command Output (stderr):
--
Traceback (most recent call last):
  File "<input>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'EvaluateExpression'
FAIL: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_run_locker (TestRunLocker.TestRunLocker.test_run_locker)
Log Files:
 - /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/python_api/run_locker/TestRunLocker/Failure_test_run_locker.log
PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_run_locker_stop_at_entry (TestRunLocker.TestRunLocker.test_run_locker_stop_at_entry)
======================================================================
FAIL: test_run_locker (TestRunLocker.TestRunLocker.test_run_locker)
   Test that the run locker is set correctly when we launch
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 160, in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/python_api/run_locker/TestRunLocker.py", line 23, in test_run_locker
    self.runlocker_test(False)
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/python_api/run_locker/TestRunLocker.py", line 110, in runlocker_test
    self.assertIn(
AssertionError: "can't evaluate expressions when the process is running" not found in ''
Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang
----------------------------------------------------------------------
Ran 2 tests in 0.623s

FAILED (failures=1)

--

```
</details>

### LLVM
<details>
<summary>LLVM.CodeGen/RISCV/attributes.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 3
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 4
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+m /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32M /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+m /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32M /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 5
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zmmul /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZMMUL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zmmul /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZMMUL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 6
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+m,+zmmul /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32MZMMUL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+m,+zmmul /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32MZMMUL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 7
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+a /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32A /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+a /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32A /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 8
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+b /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32B /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+b /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32B /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 9
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zba,+zbb,+zbs /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32COMBINEINTOB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zba,+zbb,+zbs /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32COMBINEINTOB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 10
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+f /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32F /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+f /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32F /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 11
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+d /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32D /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+d /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32D /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 12
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+q /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32Q /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+q /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32Q /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 13
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+c /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32C /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+c /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32C /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 14
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+c,+f /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32CF /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+c,+f /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32CF /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 15
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+c,+d /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32CD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+c,+d /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32CD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 16
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zihintpause /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZIHINTPAUSE /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zihintpause /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZIHINTPAUSE /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 17
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zihintntl /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZIHINTNTL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zihintntl /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZIHINTNTL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 18
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zfhmin /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZFHMIN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zfhmin /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZFHMIN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 19
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zfh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZFH /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zfh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZFH /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 20
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zba /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zba /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 21
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbb /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbb /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 22
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 23
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbs /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBS /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbs /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBS /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 24
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+v /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32V /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+v /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32V /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 25
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+h /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32H /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+h /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32H /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 26
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbb,+zfh,+v,+f /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32COMBINED /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbb,+zfh,+v,+f /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32COMBINED /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 27
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbkb /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBKB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbkb /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBKB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 28
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbkc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBKC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbkc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBKC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 29
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbkx /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBKX /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbkx /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZBKX /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 30
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zknd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKND /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zknd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKND /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 31
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zkne /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKNE /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zkne /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKNE /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 32
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zknh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKNH /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zknh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKNH /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 33
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zksed /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKSED /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zksed /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKSED /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 34
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zksh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKSH /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zksh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKSH /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 35
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zkr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zkr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 36
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zkn /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zkn /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 37
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zks /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKS /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zks /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKS /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 38
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zkt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zkt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZKT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 39
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zk /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZK /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zk /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZK /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 40
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zkn,+zkr,+zkt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32COMBINEINTOZK /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zkn,+zkr,+zkt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32COMBINEINTOZK /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 41
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbkb,+zbkc,+zbkx,+zkne,+zknd,+zknh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32COMBINEINTOZKN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbkb,+zbkc,+zbkx,+zkne,+zknd,+zknh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32COMBINEINTOZKN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 42
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbkb,+zbkc,+zbkx,+zksed,+zksh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32COMBINEINTOZKS /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zbkb,+zbkc,+zbkx,+zksed,+zksh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32COMBINEINTOZKS /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 43
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zicbom /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZICBOM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zicbom /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZICBOM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 44
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zicboz /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZICBOZ /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zicboz /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZICBOZ /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 45
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zicbop /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZICBOP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zicbop /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZICBOP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 46
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sha /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sha /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 47
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shcounterenw /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHCOUNTERENW /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shcounterenw /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHCOUNTERENW /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 48
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shgatpa /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHGATPA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shgatpa /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHGATPA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 49
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shvsatpa /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHVSATPA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shvsatpa /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHVSATPA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 50
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shlcofideleg /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHLCOFIDELEG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shlcofideleg /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHLCOFIDELEG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 51
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssccfg /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSCCFG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssccfg /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSCCFG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 52
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssccptr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSCCPTR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssccptr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSCCPTR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 53
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sscofpmf /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSCOFPMF /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sscofpmf /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSCOFPMF /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 54
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sscounterenw /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSCOUNTERENW /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sscounterenw /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSCOUNTERENW /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 55
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smstateen /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMSTATEEN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smstateen /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMSTATEEN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 56
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssstateen /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSSTATEEN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssstateen /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSSTATEEN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 57
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssstrict /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSSTRICT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssstrict /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSSTRICT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 58
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sstc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSTC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sstc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSTC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 59
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shtvala /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHTVALA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shtvala /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHTVALA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 60
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shvstvala /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHVSTVALA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shvstvala /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHVSTVALA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 61
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shvstvecd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHVSTVECD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+shvstvecd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SHVSTVECD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 62
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sstvala /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSTVALA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sstvala /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSTVALA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 63
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sstvecd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSTVECD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sstvecd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSTVECD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 64
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssu64xl /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSU64XL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssu64xl /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSU64XL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 65
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svade /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVADE /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svade /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVADE /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 66
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svadu /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVADU /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svadu /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVADU /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 67
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svbare /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVBARE /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svbare /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVBARE /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 68
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svinval /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVINVAL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svinval /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVINVAL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 69
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svnapot /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVNAPOT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svnapot /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVNAPOT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 70
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svpbmt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVPBMT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svpbmt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVPBMT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 71
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svrsw60t59b /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVRSW60T59B /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svrsw60t59b /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVRSW60T59B /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 72
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+experimental-svukte /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVUKTE /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+experimental-svukte /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVUKTE /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 73
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svvptc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVVPTC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+svvptc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SVVPTC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 74
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvalu /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVALU /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvalu /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVALU /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 75
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvbitmanip /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVBITMANIP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvbitmanip /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVBITMANIP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 76
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvelw /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVELW /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvelw /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVELW /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 77
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvmac /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVMAC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvmac /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVMAC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 78
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvmem /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVMEM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvmem /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVMEM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 79
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvsimd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVSIMD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvsimd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVSIMD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 80
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvbi /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVBI /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xcvbi /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XCVBI /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 81
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xwchc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XWCHC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+xwchc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32XWCHC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 82
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zaamo /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZAAMO /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zaamo /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZAAMO /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 83
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zalrsc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZALRSC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zalrsc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZALRSC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 84
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zaamo,+zalrsc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32COMBINEINTOA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zaamo,+zalrsc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32COMBINEINTOA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 85
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zca /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZCA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zca /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZCA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 86
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zcb /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZCB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zcb /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZCB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 87
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zcd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZCD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zcd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZCD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 88
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zcf /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZCF /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zcf /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZCF /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 89
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zcmp /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZCMP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zcmp /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZCMP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 90
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zcmt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZCMT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zcmt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZCMT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 91
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zicsr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZICSR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zicsr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZICSR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 92
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zifencei /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZIFENCEI /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zifencei /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZIFENCEI /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 93
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zicntr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZICNTR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zicntr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZICNTR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 94
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zihpm /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZIHPM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zihpm /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZIHPM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 95
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zfa /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZFA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zfa /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZFA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 96
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvbb /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVBB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvbb /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVBB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 97
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvbc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVBC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvbc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVBC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 98
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvkb /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvkb /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 99
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvkg /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvkg /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 100
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvkn /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvkn /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 101
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvknc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKNC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvknc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKNC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 102
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvkned /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKNED /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvkned /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKNED /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 103
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvkng /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKNG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvkng /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKNG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 104
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvknha /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKNHA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvknha /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKNHA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 105
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvknhb /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKNHB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvknhb /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKNHB /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 106
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvks /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKS /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvks /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKS /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 107
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvksc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKSC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvksc /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKSC /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 108
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvksed /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKSED /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvksed /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKSED /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 109
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvksg /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKSG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve64x -mattr=+zvksg /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKSG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 110
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvksh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKSH /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvksh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKSH /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 111
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvkt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+zvkt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 112
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+experimental-zvdot4a8i /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVDOT4A8I /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+experimental-zvdot4a8i /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVDOT4A8I /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 113
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+experimental-zvzip /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVZIP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+experimental-zvzip /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVZIP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 114
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zvfh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVFH /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zvfh /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVFH /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 115
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+experimental-zvabd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVABD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+experimental-zvabd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVABD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 116
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zicond /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZICOND /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zicond /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZICOND /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 117
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zilsd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZILSD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zilsd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZILSD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 118
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zimop /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZIMOP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zimop /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZIMOP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 119
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zclsd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZCLSD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zclsd /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZCLSD /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 120
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zcmop /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZCMOP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zcmop /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZCMOP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 121
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smaia /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMAIA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smaia /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMAIA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 122
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssaia /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSAIA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssaia /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSAIA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 123
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smcsrind /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMCSRIND /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smcsrind /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMCSRIND /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 124
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sscsrind /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSCSRIND /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sscsrind /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSCSRIND /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 125
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smdbltrp /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMDBLTRP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smdbltrp /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMDBLTRP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 126
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssdbltrp /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSDBLTRP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssdbltrp /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SSDBLTRP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 127
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssqosid /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SSQOSID /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssqosid /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SSQOSID /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 128
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smcdeleg /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMCDELEG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smcdeleg /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMCDELEG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 129
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smcntrpmf /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMCNTRPMF /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smcntrpmf /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMCNTRPMF /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 130
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smepmp /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMEPMP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smepmp /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMEPMP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 131
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+experimental-smpmpmt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMPMPMT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+experimental-smpmpmt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMPMPMT /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 132
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smrnmi /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMRNMI /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smrnmi /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32SMRNMI /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 133
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zfbfmin /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZFBFMIN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zfbfmin /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZFBFMIN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 134
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+experimental-zvfbfa /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZVFBFA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+experimental-zvfbfa /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZVFBFA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 135
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zvfbfmin /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZVFBFMIN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zvfbfmin /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZVFBFMIN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 136
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zvfbfwma /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZVFBFWMA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zvfbfwma /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZVFBFWMA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 137
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+experimental-zvfofp8min /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZVFOFP8MIN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+experimental-zvfofp8min /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZVFOFP8MIN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 138
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zacas /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZACAS /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zacas /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZACAS /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 139
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zalasr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZALASR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zalasr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZALASR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 140
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zama16b /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZAMA16B /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zama16b /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,RV32ZAMA16B /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 141
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+experimental-zicfilp /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZICFILP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+experimental-zicfilp /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZICFILP /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 142
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zabha /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZABHA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zabha /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZABHA /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 143
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+experimental-zvbc32e  /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVBC32E /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+experimental-zvbc32e /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVBC32E /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 144
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+experimental-zvkgs  /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKGS /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+zve32x -mattr=+experimental-zvkgs /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32ZVKGS /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 145
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssnpm  /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SSNPM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssnpm /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SSNPM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 146
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smnpm  /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SMNPM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smnpm /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SMNPM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 147
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smmpm /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SMMPM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smmpm /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SMMPM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 148
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sspm /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SSPM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+sspm /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SSPM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 149
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+supm /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SUPM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+supm /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SUPM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 150
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smctr  /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SMCTR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+smctr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SMCTR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 151
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssctr  /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SSCTR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+ssctr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32SSCTR /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# note: command had no output on stdout or stderr
# RUN: at line 152
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+experimental-p /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32P /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32 -mattr=+experimental-p /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=RV32P /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll:476:10: error: RV32P: expected string not found in input
# | ; RV32P: .attribute 5, "rv32i2p1_p0p18"
# |          ^
# | <stdin>:1:1: note: scanning from here
# |  .attribute 4, 16
# | ^
# | <stdin>:2:2: note: possible intended match here
# |  .attribute 5, "rv32i2p1_p0p21_zicsr2p0_zmmul1p0_zba1p0_zbb1p0"
# |  ^
# | 
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/attributes.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              1:  .attribute 4, 16 
# | check:476'0     X~~~~~~~~~~~~~~~~~ error: no match found
# |              2:  .attribute 5, "rv32i2p1_p0p21_zicsr2p0_zmmul1p0_zba1p0_zbb1p0" 
# | check:476'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:476'1      ?                                                               possible intended match
# |              3:  .file "attributes.ll" 
# | check:476'0     ~~~~~~~~~~~~~~~~~~~~~~~
# |              4:  .text 
# | check:476'0     ~~~~~~~
# |              5:  .globl addi # -- Begin function addi 
# | check:476'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |              6:  .p2align 2 
# | check:476'0     ~~~~~~~~~~~~
# |              7:  .type addi, at function 
# | check:476'0     ~~~~~~~~~~~~~~~~~~~~~~
# |              .
# |              .
# |              .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

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


More information about the llvm-commits mailing list