llvm-project/mlir/lib
River Riddle 9ffdc930c0 Rename the Instruction class to Operation. This just renames the class, usages of Instruction will still refer to a typedef in the interim.
This is step 1/N to renaming Instruction to Operation.

PiperOrigin-RevId: 240431520
2019-03-29 17:42:50 -07:00
..
AffineOps Update the canonicalization patterns for AffineApply and AffineForOp to use matchAndRewrite. 2019-03-29 17:42:03 -07:00
Analysis Rename the Instruction class to Operation. This just renames the class, usages of Instruction will still refer to a typedef in the interim. 2019-03-29 17:42:50 -07:00
Dialect Remove const from Value, Instruction, Argument, and the various methods on the 2019-03-29 17:34:33 -07:00
EDSC Rename the Instruction class to Operation. This just renames the class, usages of Instruction will still refer to a typedef in the interim. 2019-03-29 17:42:50 -07:00
ExecutionEngine Continue pushing const out of the core IR types - in this case, remove const 2019-03-29 17:29:58 -07:00
IR Rename the Instruction class to Operation. This just renames the class, usages of Instruction will still refer to a typedef in the interim. 2019-03-29 17:42:50 -07:00
LLVMIR Replace usages of "Op::operator->" with ".". 2019-03-29 17:40:09 -07:00
Parser Allow creating standalone Regions 2019-03-29 17:40:59 -07:00
Pass Make FunctionPass::getFunction() return a reference to the function, instead of 2019-03-29 17:40:44 -07:00
StandardOps Replace usages of "Op::operator->" with ".". 2019-03-29 17:40:09 -07:00
SuperVectorOps Remove const from Value, Instruction, Argument, and the various methods on the 2019-03-29 17:34:33 -07:00
Support Extract openInputFile() into Support/FileUtilities 2019-03-29 15:09:11 -07:00
TableGen [TableGen] Consolidate constraint related concepts 2019-03-29 17:38:46 -07:00
Target/LLVMIR Replace remaining usages of "Op::operator->" with "." and remove it. 2019-03-29 17:40:25 -07:00
Transforms Rename the Instruction class to Operation. This just renames the class, usages of Instruction will still refer to a typedef in the interim. 2019-03-29 17:42:50 -07:00
Translation Separate translators into "from MLIR" and "to MLIR". 2019-03-29 14:06:33 -07:00