llvm-project/mlir/lib
Stella Laurenzo 7ce55ff7c2 Add CMakeLists.txt for Quantization and FxpMathOps dialects (and misc fixes to build with OSS setup).
Tested:
      cmake -G Ninja ../llvm/ -DLLVM_BUILD_EXAMPLES=ON
      ninja check-mlir

--

PiperOrigin-RevId: 241841296
2019-04-03 19:22:05 -07:00
..
AffineOps Rewrite the verify hooks on operations to use LogicalResult instead of bool. This also changes the return of Operation::emitError/emitOpError to LogicalResult as well. 2019-04-02 13:40:47 -07:00
Analysis Update the dialect attribute verification hooks to return LogicalResult instead of bool. This updates Function::emitError to return LogicalResult as well. 2019-04-02 15:15:56 -07:00
Dialect Rewrite the verify hooks on operations to use LogicalResult instead of bool. This also changes the return of Operation::emitError/emitOpError to LogicalResult as well. 2019-04-02 13:40:47 -07:00
EDSC Add missing source file in CMakeLists.txt 2019-04-03 09:31:06 -07:00
ExecutionEngine Add build files and update README. 2019-03-30 11:23:22 -07:00
FxpMathOps Add CMakeLists.txt for Quantization and FxpMathOps dialects (and misc fixes to build with OSS setup). 2019-04-03 19:22:05 -07:00
IR Rename UnknownType to OpaqueType (NFC) 2019-04-03 19:21:47 -07:00
LLVMIR Add fake-use for variable in LLVMDialect.cpp to fix opt build. 2019-04-02 16:32:34 -07:00
Parser Rename UnknownType to OpaqueType (NFC) 2019-04-03 19:21:47 -07:00
Pass Update the Function and Module verifiers to return LogicalResult instead of bool. 2019-04-02 13:40:20 -07:00
Quantization Add CMakeLists.txt for Quantization and FxpMathOps dialects (and misc fixes to build with OSS setup). 2019-04-03 19:22:05 -07:00
StandardOps Rewrite the verify hooks on operations to use LogicalResult instead of bool. This also changes the return of Operation::emitError/emitOpError to LogicalResult as well. 2019-04-02 13:40:47 -07:00
Support Add build files and update README. 2019-03-30 11:23:22 -07:00
TableGen Minor fixes on the typo/naming/style in the Pattern.cpp file 2019-04-01 10:59:45 -07:00
Target Add build files and update README. 2019-03-30 11:23:22 -07:00
Transforms Fix test that fails on non-determinism in LowerVectorTransfers 2019-04-03 01:09:13 -07:00
Translation Add build files and update README. 2019-03-30 11:23:22 -07:00
VectorOps Rewrite the verify hooks on operations to use LogicalResult instead of bool. This also changes the return of Operation::emitError/emitOpError to LogicalResult as well. 2019-04-02 13:40:47 -07:00
CMakeLists.txt Add CMakeLists.txt for Quantization and FxpMathOps dialects (and misc fixes to build with OSS setup). 2019-04-03 19:22:05 -07:00