This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] NFC: move folders and canonicalizers in a separate file
ClosedPublic

Authored by antiagainst on Feb 26 2020, 6:11 AM.

Details

Summary

This gives us better file organization and faster compilation time
by avoid having a gigantic SPIRVOps.cpp file.

Diff Detail

Event Timeline

antiagainst created this revision.Feb 26 2020, 6:11 AM

Add file to CMakeLists.txt

denis13 accepted this revision.Feb 26 2020, 7:23 AM

LGTM!

This revision is now accepted and ready to land.Feb 26 2020, 7:23 AM
antiagainst closed this revision.Feb 26 2020, 9:42 AM

Thanks Denis!

Closed via https://github.com/llvm/llvm-project/commit/1e9321e97aba43e41ccd7ab2f1bef41d5bcf65af (Sorry forgot to include the reivew link here.)