If the vectorizer test pass does not get any affine map, it should output nothing instead of crash.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146601
[mlir][affine] Prevent vectorizer test from crash without any map ClosedPublic Authored by Lewuathe on Mar 21 2023, 8:26 PM.
Details Summary If the vectorizer test pass does not get any affine map, it should output nothing instead of crash.
Diff Detail
Event TimelineHerald added subscribers: • pcwang-thead, stephenneuendorffer, nicolasvasilache. · View Herald Transcript This revision is now accepted and ready to land.Mar 21 2023, 10:20 PM Closed by commit rG3d7383d7f44a: [mlir][affine] Prevent vectorizer test from crash without any map (authored by Lewuathe). · Explain WhyMar 22 2023, 6:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 507574 mlir/test/Dialect/Affine/SuperVectorize/compose_maps.mlir
mlir/test/lib/Dialect/Affine/TestVectorizationUtils.cpp
|