This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LLVM] Add masked reads and writes.
ClosedPublic

Authored by nicolasvasilache on Mar 11 2020, 5:59 AM.

Details

Summary

These intrinsics will be used to lower vector transfer read/write.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2020, 5:59 AM
aartbik added inline comments.Mar 11 2020, 1:00 PM
mlir/test/Target/llvmir-intrinsics.mlir
2

this disables the check? intentional? (then add a TODO), or not (then place it back :-)

nicolasvasilache marked 2 inline comments as done.Mar 15 2020, 8:27 PM
nicolasvasilache added inline comments.
mlir/test/Target/llvmir-intrinsics.mlir
2

Oops, I used it to print and check the output but forgot to reenable as a test.
Thanks!

aartbik accepted this revision.Mar 18 2020, 11:18 AM
This revision is now accepted and ready to land.Mar 18 2020, 11:18 AM
This revision was automatically updated to reflect the committed changes.
nicolasvasilache marked an inline comment as done.