llvm-project/mlir/lib
Chris Lattner 2b902f1288 Delete FuncBuilder::createChecked. It is perhaps still a good idea, but has no
clients.  Let's re-add it in the future if there is ever a reason to.  NFC.

Unrelatedly, add a use of a variable to unbreak the non-assert build.

PiperOrigin-RevId: 228284026
2019-03-29 15:05:08 -07:00
..
Analysis Delete FuncBuilder::createChecked. It is perhaps still a good idea, but has no 2019-03-29 15:05:08 -07:00
EDSC Misc readability and doc / code comment related improvements - NFC 2019-03-29 15:02:41 -07:00
IR Extract BuiltinOps::canonicalizeMapAndOperands 2019-03-29 15:04:52 -07:00
Parser Add parser support for named type aliases. 2019-03-29 15:04:05 -07:00
StandardOps Add simple constant folding hook for CmpIOp 2019-03-29 14:59:22 -07:00
SuperVectorOps Split the standard types from builtin types and move them into separate source files(StandardTypes.cpp/h). After this cl only FunctionType and IndexType are builtin types, but IndexType will likely become a standard type when the ml/cfgfunc merger is done. Mechanical NFC. 2019-03-29 14:54:07 -07:00
Support Create the Support library. 2019-03-29 14:06:47 -07:00
TableGen Various tiny refinements over TableGen Operator class 2019-03-29 15:01:56 -07:00
Target/LLVMIR LLVM IR lowering: support integer division and remainder operations 2019-03-29 14:59:07 -07:00
Transforms Introduce AffineMap::compose(AffineMap) 2019-03-29 15:04:20 -07:00
Translation Separate translators into "from MLIR" and "to MLIR". 2019-03-29 14:06:33 -07:00