This is an archive of the discontinued LLVM Phabricator instance.

[mlir][nvgpu] Verify invalid copy size (nfc)
ClosedPublic

Authored by guraypp on Jul 17 2023, 5:27 AM.

Details

Summary

This work improves verifier for invalid cases. It is NFC.

Diff Detail

Event Timeline

guraypp created this revision.Jul 17 2023, 5:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 5:27 AM
guraypp requested review of this revision.Jul 17 2023, 5:27 AM
springerm accepted this revision.Jul 17 2023, 5:31 AM
springerm added inline comments.
mlir/lib/Dialect/NVGPU/IR/NVGPUDialect.cpp
85

dstElements

87

must

This revision is now accepted and ready to land.Jul 17 2023, 5:31 AM
nicolasvasilache accepted this revision.Jul 17 2023, 8:03 AM
This revision was automatically updated to reflect the committed changes.