This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Clarify OOB semantics of remaining load/store ops
ClosedPublic

Authored by kuhar on Mar 13 2023, 12:04 PM.

Details

Summary

This is a follow up for https://reviews.llvm.org/D145824 that clarifies
the out-of-bounds behavior for other masked load/store ops. It uses the
same wording and informal semantics syntax as gather and scatter.

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

Diff Detail

Event Timeline

kuhar created this revision.Mar 13 2023, 12:04 PM
kuhar requested review of this revision.Mar 13 2023, 12:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2023, 12:04 PM
aartbik accepted this revision.Mar 13 2023, 5:55 PM
This revision is now accepted and ready to land.Mar 13 2023, 5:55 PM