[llvm] [AArch64] Inline asm v0-v31 are scalar when having less than 64-bit capacity (PR #169930)

Alexey Merzlyakov via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 10 00:19:14 PST 2026


AlexeyMerzlyakov wrote:

> command timed out: 1200 seconds without output running [b'ninja', b'check-mlir'], attempting to kill

In the failed build, there are two tests not run: `crashop-reduction.mlir` and `multiple-function.mlir`. However, the problem was unable to reproduce locally on these tests as well as on whole `check-mlir` target: all tests are passed. This is also strange, as tests are failed on CI for PowerPC, while commit is made in AArch64 back-end.

Finally, next CI [job](https://lab.llvm.org/buildbot/#/builders/129/builds/38527) on subsequent commit passes.
So, this probably might be a CI environment problem.

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


More information about the llvm-commits mailing list