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

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 06:14:14 PST 2020


antiagainst created this revision.
antiagainst added a reviewer: denis13.
Herald added subscribers: llvm-commits, bader, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: mravishankar.
Herald added a project: LLVM.
antiagainst updated this revision to Diff 246695.
antiagainst added a comment.
Herald added a subscriber: mgorny.

Add file to CMakeLists.txt


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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75170

Files:
  mlir/lib/Dialect/SPIRV/CMakeLists.txt
  mlir/lib/Dialect/SPIRV/SPIRVCanonicalization.cpp
  mlir/lib/Dialect/SPIRV/SPIRVOps.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75170.246695.patch
Type: text/x-patch
Size: 29898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200226/e542e5a8/attachment-0001.bin>


More information about the llvm-commits mailing list