[all-commits] [llvm/llvm-project] 5ce404: [mlir][nfc] Fix typo in LIT RUN line
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Thu Mar 6 02:31:43 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ce4045384d7c2544185b0dbcb6222d06beb47dc
https://github.com/llvm/llvm-project/commit/5ce4045384d7c2544185b0dbcb6222d06beb47dc
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2025-03-06 (Thu, 06 Mar 2025)
Changed paths:
M mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/pack-unpack-scalable-inner-tile.mlir
Log Message:
-----------
[mlir][nfc] Fix typo in LIT RUN line
Failing bot:
* https://lab.llvm.org/buildbot/#/builders/17/builds/6269
The offending test was added in:
* https://github.com/llvm/llvm-project/pull/129696
To fix this, use:
* `%mcr_aarch64_cmd` (which is what we used for ArmSVE e2e tests),
Instead of:
* `mlir-cpu-runner` (which was renamed to `mlir-runner` in #123776).
Committed without review due to being a trivial test update; if this
needs discussion, please ping me or leave a comment on GitHub.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list