[llvm] [RISCV][NFC] Remove unnecessary ZIP/VISNI checks (PR #207683)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 6 02:41:20 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 138065 tests passed
* 3523 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.Verifier/NVPTX/tensormap-replace.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
not c:\_work\llvm-project\llvm-project\build\bin\llvm-as.exe C:\_work\llvm-project\llvm-project\llvm\test\Verifier\NVPTX\tensormap-replace.ll -o /dev/null 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\Verifier\NVPTX\tensormap-replace.ll
# executed command: not 'c:\_work\llvm-project\llvm-project\build\bin\llvm-as.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\Verifier\NVPTX\tensormap-replace.ll' -o /dev/null
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\Verifier\NVPTX\tensormap-replace.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\Verifier\NVPTX\tensormap-replace.ll:13:11: error: CHECK: expected string not found in input
# | ; CHECK: immarg value 5 out of range [0, 5)
# | ^
# | <stdin>:1:1: note: scanning from here
# | c:\_work\llvm-project\llvm-project\build\bin\llvm-as.exe: assembly parsed, but does not verify as correct!
# | ^
# | <stdin>:2:14: note: possible intended match here
# | immarg value 5 for arg 1 out of range [0,5)
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\Verifier\NVPTX\tensormap-replace.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: c:\_work\llvm-project\llvm-project\build\bin\llvm-as.exe: assembly parsed, but does not verify as correct!
# | check:13'0 { search range start (exclusive)
# | check:13'1 error: no match found in search range
# | 2: immarg value 5 for arg 1 out of range [0,5)
# | check:13'2 ? possible intended match
# | 3: call void @llvm.nvvm.tensormap.replace.box.dim.p1(ptr addrspace(1) %addr, i32 5, i32 %v32)
# | 4: immarg value 6 for arg 1 out of range [0,5)
# | 5: call void @llvm.nvvm.tensormap.replace.global.dim.p1(ptr addrspace(1) %addr, i32 6, i32 %v32)
# | 6: immarg value 5 for arg 1 out of range [0,5)
# | 7: call void @llvm.nvvm.tensormap.replace.element.stride.p1(ptr addrspace(1) %addr, i32 5, i32 %v32)
# | 8: immarg value 6 for arg 1 out of range [0,5)
# | 9: call void @llvm.nvvm.tensormap.replace.global.stride.p1(ptr addrspace(1) %addr, i32 6, i64 %v64)
# | check:13'3 } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# 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/207683
More information about the llvm-commits
mailing list