[llvm] [InterleavedAccessPass] Pass modifies its input and doesn't report it (PR #198773)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 06:58:44 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 134919 tests passed
* 3298 tests skipped
* 1 test failed

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

### MLIR
<details>
<summary>MLIR.Target/LLVMIR/openmp-taskloop-collapse.mlir</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe -mlir-to-llvmir C:\_work\llvm-project\llvm-project\mlir\test\Target\LLVMIR\openmp-taskloop-collapse.mlir | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\Target\LLVMIR\openmp-taskloop-collapse.mlir
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe' -mlir-to-llvmir 'C:\_work\llvm-project\llvm-project\mlir\test\Target\LLVMIR\openmp-taskloop-collapse.mlir'
# .---command stderr------------
# | Assertion failed: Extractor->isEligible() && "Expected OpenMP outlining to be possible!", file C:\_work\llvm-project\llvm-project\llvm\lib\Frontend\OpenMP\OMPIRBuilder.cpp, line 926
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\mlir-translate.exe -mlir-to-llvmir C:\\_work\\llvm-project\\llvm-project\\mlir\\test\\Target\\LLVMIR\\openmp-taskloop-collapse.mlir
# | Exception Code: 0xC000001D
# |  #0 0x00007ff75205a9d6 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe+0xc8a9d6)
# |  #1 0x00007ffff0fabb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffff0facad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ffff0fae4a1 (C:\Windows\System32\ucrtbase.dll+0x7e4a1)
# |  #4 0x00007ffff0fae6e1 (C:\Windows\System32\ucrtbase.dll+0x7e6e1)
# |  #5 0x00007ff7523c5deb mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe+0xff5deb)
# |  #6 0x00007ff7519a4e11 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe+0x5d4e11)
# |  #7 0x00007ff7513d93a6 (c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe+0x93a6)
# |  #8 0x00007ff751428c98 (c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe+0x58c98)
# |  #9 0x00007ff7513d5820 (c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe+0x5820)
# | #10 0x00007ff7514458a4 (c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe+0x758a4)
# | #11 0x00007ff751444f26 (c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe+0x74f26)
# | #12 0x00007ff751445561 (c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe+0x75561)
# | #13 0x00007ff7513d17c6 (c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe+0x17c6)
# | #14 0x00007ff7513d1078 (c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe+0x1078)
# | #15 0x00007ff753a817b4 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe+0x26b17b4)
# | #16 0x00007ffff6e44cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #17 0x00007ff802b5edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\mlir\test\Target\LLVMIR\openmp-taskloop-collapse.mlir'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\Target\LLVMIR\openmp-taskloop-collapse.mlir
# `-----------------------------
# error: command failed with exit status: 2

--

```
</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/198773


More information about the llvm-commits mailing list