[clang] [mlir][affine] Check the input vector sizes to be greater than 0 (PR #65293)

2023-09-26 Thread Kai Sasaki via cfe-commits
https://github.com/Lewuathe updated https://github.com/llvm/llvm-project/pull/65293 >From cd1a19a5b12cbdba2654b08b04e54c8313dda696 Mon Sep 17 00:00:00 2001 From: Kai Sasaki Date: Tue, 5 Sep 2023 14:40:44 +0900 Subject: [PATCH 1/2] [mlir][affine] Check the input vector sizes to be greater than

[clang] [mlir][affine] Check the input vector sizes to be greater than 0 (PR #65293)

2023-09-26 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-affine Changes In the process of vectorization of the affine loop, the 0 vector size causes the crash with building the invalid AffineForOp. We can catch the case beforehand propagating to the assertion. See: https://github.com/llvm/llvm-project/i

[clang] [mlir][affine] Check the input vector sizes to be greater than 0 (PR #65293)

2023-10-01 Thread Sergei Grechanik via cfe-commits
https://github.com/sergei-grechanik approved this pull request. https://github.com/llvm/llvm-project/pull/65293 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [mlir][affine] Check the input vector sizes to be greater than 0 (PR #65293)

2023-10-01 Thread Kai Sasaki via cfe-commits
https://github.com/Lewuathe closed https://github.com/llvm/llvm-project/pull/65293 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits