[flang-commits] [flang] [flang] Fix slp-vectorize.f90 test (PR #133128)

Kajetan Puchalski via flang-commits flang-commits at lists.llvm.org
Thu Mar 27 11:01:16 PDT 2025


mrkajetanp wrote:

> @mrkajetanp 
> Both AIX and LoP buildbot failed LIT tests when `check-flang` as
> ```
> ********************
> Unresolved Tests (1):
>   Flang :: Driver/slp-vectorize.ll
> 
> ```
> https://lab.llvm.org/buildbot/#/builders/157/builds/23695
> 
> Not sure why it shows `slp-vectorize.ll` instead of `slp-vectorize.f90`. 

Prior to this commit the test was generating a .ll file in the test directory, which the runners would later pick up and fail on. With -o /dev/null this no longer happens, so maybe the runner has some cached leftovers or something like that? I'm not sure what exactly Unresolved Tests means in this context.

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


More information about the flang-commits mailing list