[Mlir-commits] [mlir] [mlir][VectorToLLVM] emit `inbounds|nuw` GEP flags when lowering `vector.load/store` (PR #202118)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Jun 9 02:02:54 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 3797 tests passed
* 430 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.Dialect/Affine/SuperVectorize/vectorize_inbounds_llvmopt.mlir</summary>
```
Exit Code: 127
Command Output (stdout):
--
# RUN: at line 6
c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe C:\_work\llvm-project\llvm-project\mlir\test\Dialect\Affine\SuperVectorize\vectorize_inbounds_llvmopt.mlir --affine-super-vectorize="virtual-vector-size=4" --lower-affine --convert-scf-to-cf --expand-strided-metadata --convert-arith-to-llvm --convert-cf-to-llvm --convert-vector-to-llvm --finalize-memref-to-llvm --convert-func-to-llvm --reconcile-unrealized-casts | c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe --mlir-to-llvmir | opt -S -passes="default<O2>" | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\Dialect\Affine\SuperVectorize\vectorize_inbounds_llvmopt.mlir --check-prefix=OPT
# executed command: opt -S '-passes=default<O2>'
# .---command stderr------------
# | 'opt': command not found
# `-----------------------------
# error: command failed with exit status: 127
--
```
</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/202118
More information about the Mlir-commits
mailing list