[Mlir-commits] [mlir] Add Vector bitwidth target to Linearize Vectorizable and Constant Ops (PR #83314)
Balaji V. Iyer.
llvmlistbot at llvm.org
Fri Mar 1 11:52:30 PST 2024
================
@@ -1,17 +1,25 @@
// RUN: mlir-opt %s -split-input-file -test-vector-linearize | FileCheck %s
+// RUN: mlir-opt %s -split-input-file -test-vector-linearize=target-vector-bitwidth=128 | FileCheck %s
----------------
bviyer wrote:
Fixed
https://github.com/llvm/llvm-project/pull/83314
More information about the Mlir-commits
mailing list