MLIR
20.0.0git
|
#include "mlir/Dialect/Func/Transforms/FuncConversions.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Transforms/DialectConversion.h"
Go to the source code of this file.
Functions | |
static SmallVector< Value > | flattenValues (ArrayRef< ValueRange > values) |
Flatten the given value ranges into a single vector of values. More... | |
|
static |
Flatten the given value ranges into a single vector of values.
Definition at line 17 of file FuncConversions.cpp.