[Mlir-commits] [mlir] [mlir][vector] Extend vector.gather e2e test (PR #187071)
Han-Chung Wang
llvmlistbot at llvm.org
Tue Mar 17 10:47:22 PDT 2026
================
@@ -57,35 +79,34 @@ func.func @entry() {
//
%g1 = call @gather8(%A, %idx, %all, %pass)
- : (memref<?xf32>, vector<8xi32>, vector<8xi1>, vector<8xf32>)
+ : (memref<?x?xf32>, vector<8xi32>, vector<8xi1>, vector<8xf32>)
-> (vector<8xf32>)
+ vector.print %idx : vector<8xi32>
----------------
hanhanW wrote:
Is it expected to print out `%idx` without checks, or it is debugging code?
https://github.com/llvm/llvm-project/pull/187071
More information about the Mlir-commits
mailing list