[Mlir-commits] [mlir] [mlir][vector][NFC] Make function name more meaningful in lit tests. (PR #94538)
Han-Chung Wang
llvmlistbot at llvm.org
Thu Jun 6 11:59:38 PDT 2024
================
@@ -102,6 +102,25 @@ func.func @transfer_read_dims_mismatch_non_zero_indices(
// -----
+func.func @transfer_read_dims_mismatch_contiguous_non_zero_idx(
----------------
hanhanW wrote:
I see, it makes sense to me now! Thanks for the explanation. I found that you're improving the comments in https://github.com/llvm/llvm-project/pull/94490. Given that it will follow the naming convention, I'll leave the "comment improvement" to the PR that you're working on. And I will update the function name in this PR.
https://github.com/llvm/llvm-project/pull/94538
More information about the Mlir-commits
mailing list