llvm-project/mlir/lib
Jacques Pienaar e7111fd62c Address some errors from g++
These fail with:

could not convert ‘module’ from ‘llvm::orc::ThreadSafeModule’ to
 ‘llvm::Expected<llvm::orc::ThreadSafeModule>’

PiperOrigin-RevId: 240892583
2019-03-29 17:53:36 -07:00
..
AffineOps Replace remaining usages of the Instruction class with Operation. 2019-03-29 17:50:04 -07:00
Analysis Rename InstOperand to OpOperand. 2019-03-29 17:50:41 -07:00
Dialect Replace remaining usages of the Instruction class with Operation. 2019-03-29 17:50:04 -07:00
EDSC Remove the LowerEDSCTestPass. 2019-03-29 17:53:05 -07:00
ExecutionEngine Address some errors from g++ 2019-03-29 17:53:36 -07:00
IR Dialect Conversion: convert regions of operations when cloning them 2019-03-29 17:52:04 -07:00
LLVMIR LLVM IR Dialect: separate the conversion tool from the conversion pass 2019-03-29 17:52:20 -07:00
Parser Tidy up a few comments and error messages related to parsing multi-result operations. 2019-03-29 17:52:51 -07:00
Pass [PassManager] Define a ParallelDiagnosticHandler to ensure that diagnostics are still produced in a deterministic order when multi-threading. 2019-03-29 17:50:59 -07:00
StandardOps Replace remaining usages of the Instruction class with Operation. 2019-03-29 17:50:04 -07:00
SuperVectorOps Replace remaining usages of the Instruction class with Operation. 2019-03-29 17:50:04 -07:00
Support Extract openInputFile() into Support/FileUtilities 2019-03-29 15:09:11 -07:00
TableGen Add a trait to set the result type by attribute 2019-03-29 17:43:06 -07:00
Target/LLVMIR Replace remaining usages of the Instruction class with Operation. 2019-03-29 17:50:04 -07:00
Transforms Remove extra qualification 2019-03-29 17:52:36 -07:00
Translation Separate translators into "from MLIR" and "to MLIR". 2019-03-29 14:06:33 -07:00