This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] NFC: simplify load/store builder call sites
ClosedPublic

Authored by antiagainst on Jan 25 2020, 7:59 AM.

Details

Summary

This commit introduces default values for load/store builders to
simplify builder call sites.

Diff Detail

Event Timeline

antiagainst created this revision.Jan 25 2020, 7:59 AM

Unit tests: pass. 62195 tests passed, 0 failed and 815 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

benvanik accepted this revision.Jan 25 2020, 4:03 PM
benvanik added inline comments.
mlir/include/mlir/Dialect/SPIRV/SPIRVOps.td
268

the /*optional*/ isn't required as you have the {} now

This revision is now accepted and ready to land.Jan 25 2020, 4:03 PM
antiagainst marked an inline comment as done.Jan 26 2020, 7:46 AM
This revision was automatically updated to reflect the committed changes.