[all-commits] [llvm/llvm-project] e62f36: [mlir] Update SVE integration tests to use mlir-cp...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Wed Jul 19 01:31:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e62f366b01895bd66c43403509e51aef24fd052e
https://github.com/llvm/llvm-project/commit/e62f366b01895bd66c43403509e51aef24fd052e
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M mlir/test/CMakeLists.txt
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_unary.mlir
M mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/test-sve.mlir
M mlir/test/Integration/lit.local.cfg
M mlir/test/lit.site.cfg.py.in
Log Message:
-----------
[mlir] Update SVE integration tests to use mlir-cpu-runner
With the recent addition of "-mattr" and "-march" to the list of options
supported by mlir-cpu-runner [1], the SVE integration
tests can be updated to use mlir-cpu-runner instead of lli. This will
allow better code re-use and more consistency
This patch updates 2 tests to demonstrate the new logic. The remaining
tests will be updated in the follow-up patches.
[1] https://reviews.llvm.org/D146917
Depends on D155403
Differential Revision: https://reviews.llvm.org/D155405
More information about the All-commits
mailing list