This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector][NFC] Minor VectorTransferOpInterface cleanup
ClosedPublic

Authored by springerm on Jul 14 2023, 2:13 AM.

Details

Summary
  • Rename functions with underscore to camel case.
  • Return C++ bools of "in_bounds" values instead of an ArrayAttr.

Depends On: D155172

Diff Detail