This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Fix test case
ClosedPublic

Authored by springerm on Jul 10 2023, 8:38 AM.

Details

Summary

There was an invalid test case in test-transfer-read-1d.mlir. A read was going out-of-bounds, but the dimension was marked as in-bounds.

Diff Detail

Event Timeline

springerm created this revision.Jul 10 2023, 8:38 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Jul 10 2023, 8:38 AM
Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache accepted this revision.Jul 10 2023, 8:46 AM
This revision is now accepted and ready to land.Jul 10 2023, 8:46 AM
This revision was automatically updated to reflect the committed changes.