diff options
| author | Chris Lattner <clattner@google.com> | 2018-12-27 11:07:34 -0800 |
|---|---|---|
| committer | jpienaar <jpienaar@google.com> | 2019-03-29 14:39:49 -0700 |
| commit | 776b035646d809d8b31662363e797f4d7f26c223 (patch) | |
| tree | 3578d40e9d40b3d4341d176322925f9da95a51ee /mlir/lib/Transforms/LowerVectorTransfers.cpp | |
| parent | a63f44060151c2dd3c5da28f38e87d464a312959 (diff) | |
| download | bcm5719-llvm-776b035646d809d8b31662363e797f4d7f26c223.tar.gz bcm5719-llvm-776b035646d809d8b31662363e797f4d7f26c223.zip | |
Eliminate the Instruction, BasicBlock, CFGFunction, MLFunction, and ExtFunction classes, using the Statement/StmtBlock hierarchy and Function instead.
This *only* changes the internal data structures, it does not affect the user visible syntax or structure of MLIR code. Function gets new "isCFG()" sorts of predicates as a transitional measure.
This patch is gross in a number of ways, largely in an effort to reduce the amount of mechanical churn in one go. It introduces a bunch of using decls to keep the old names alive for now, and a bunch of stuff needs to be renamed.
This is step 10/n towards merging instructions and statements, NFC.
PiperOrigin-RevId: 227044402
Diffstat (limited to 'mlir/lib/Transforms/LowerVectorTransfers.cpp')
0 files changed, 0 insertions, 0 deletions

