[Mlir-commits] [mlir] [mlir][vector] Support n-D vectors in i8 to i4 trunci emulation (PR #94946)
Mubashar Ahmad
llvmlistbot at llvm.org
Fri Jun 21 09:05:52 PDT 2024
================
@@ -300,16 +298,32 @@ func.func @aligned_trunci_2d(%a: vector<8x32xi32>) -> vector<8x32xi4> {
// CHECK-NOT: vector.shli
// CHECK-NOT: vector.ori
// CHECK: arith.trunci
----------------
mub-at-arm wrote:
New CHECK-NOT clause added!
https://github.com/llvm/llvm-project/pull/94946
More information about the Mlir-commits
mailing list