summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/LoopOps/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix CMake configuration after introduction of LICM and LoopLikeInterfaceMehdi Amini2019-10-161-1/+1
| | | | | | | b843cc5d5a introduced a new op LICM transformation and a LoopLike interface, but missed the CMake aspects of it. This should fix the build. PiperOrigin-RevId: 275038533
* Fix build by making LoopOps depend on StandardOpsAlex Zinenko2019-07-161-1/+1
| | | | | | LoopOps needs the definition ConstantIndexOp in the verifier of loop::ForOp. PiperOrigin-RevId: 258355329
* Extract std.for std.if and std.terminator in their own dialectNicolas Vasilache2019-07-161-0/+9
These ops should not belong to the std dialect. This CL extracts them in their own dialect and updates the corresponding conversions and tests. PiperOrigin-RevId: 258123853
OpenPOWER on IntegriCloud