[Mlir-commits] [mlir] [MLIR] VectorEmulateNarrowType to support loading of unaligned vectors (PR #113411)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Oct 26 07:55:38 PDT 2024


================
@@ -0,0 +1,67 @@
+// RUN: mlir-opt --test-emulate-narrow-int="arith-compute-bitwidth=1 memref-load-bitwidth=8" --cse --split-input-file %s | FileCheck %s
----------------
lialan wrote:

I am adding dynamic access supports in a followup PR.

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


More information about the Mlir-commits mailing list