Bugzilla issue 45563
https://bugs.llvm.org/show_bug.cgi?id=45563
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
renamed regression test
llvm/test/CodeGen/X86/avx-bug-45563.ll | ||
---|---|---|
1 ↗ | (On Diff #258877) | Renamed. |
llvm/test/CodeGen/X86/pr45563.ll | ||
---|---|---|
1 | This test case is causing failures on non-X86 built bots. The target triple is missing which means that the default triple will be used - which will be different on every target. |
This test case is causing failures on non-X86 built bots. The target triple is missing which means that the default triple will be used - which will be different on every target.
Example of a failure:
http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/12152/steps/ninja%20check%201/logs/FAIL%3A%20LLVM%3A%3Apr45563.ll