aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorAndrzej Warzynski <andrzej.warzynski@arm.com>2023-05-02 21:02:22 +0000
committerAndrzej Warzynski <andrzej.warzynski@arm.com>2023-05-02 21:14:38 +0000
commit20bf8c403c5a8db6107358e534fb3ab5dd0ae9a3 (patch)
tree62e800066d81d3cf1e923c484b26309931db1992 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent3e3a926be8a9787d2786e3e3ca879fac0656a824 (diff)
downloadllvm-20bf8c403c5a8db6107358e534fb3ab5dd0ae9a3.zip
llvm-20bf8c403c5a8db6107358e534fb3ab5dd0ae9a3.tar.gz
llvm-20bf8c403c5a8db6107358e534fb3ab5dd0ae9a3.tar.bz2
[mlir][SparseTensor][ArmSVE] Disable scalable vectorisation in a test
The MLIR SVE integration tests are now enabled in the clang-aarch64-full-2stage buildbot under emulation (QEMU) and one of the sparse integration tests is failing [1]: * Integration/Dialect/SparseTensor/CPU/concatenate_dim_1.mlir That test is failing because we we don't have a LIT substitution to replace: ``` ; RUN: mlir-cpu-runner <command> ``` with ``` ; RUN: <emulator> mlir-cpu-runner <command> ``` clang-aarch64-full-2stage does not support SVE natively and hence all SVE integration tests require emulation. Other SVE tests use `lli` (for which we do have the required substitution) and hence are not affected. This patch simplifies concatenate_dim_1.mlir to always use fixed-width vectorisation. We will re-enable scalable vectorisation once LIT substitutions for `mlir-cpu-runner` are updated. [1] https://lab.llvm.org/buildbot/#/builders/179/builds/6062
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions