This is an archive of the discontinued LLVM Phabricator instance.

[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.

Issue: https://github.com/llvm/llvm-project/issues/61534

Diff Detail

Event Timeline

Lewuathe created this revision.Mar 21 2023, 8:26 PM
Herald added a project: Restricted Project. · View Herald Transcript
Lewuathe requested review of this revision.Mar 21 2023, 8:26 PM
Lewuathe edited the summary of this revision. (Show Details)Mar 21 2023, 8:26 PM
Lewuathe updated this revision to Diff 507217.Mar 21 2023, 8:27 PM

Add new line.

Lewuathe updated this revision to Diff 507218.Mar 21 2023, 8:27 PM

Remove debug code.

This revision is now accepted and ready to land.Mar 21 2023, 10:20 PM
dcaballe accepted this revision.Mar 22 2023, 9:33 AM