Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/lib/Dialect/StandardOps/IR/Ops.cpp | ||
|---|---|---|
| 1166 | TypeRangeRange is too large to be passed by value? | |
| mlir/lib/Dialect/StandardOps/IR/Ops.cpp | ||
|---|---|---|
| 1166 | From the doc:
Maybe there is something to fix in the TypeRangeRange class? | |
| mlir/lib/Dialect/StandardOps/IR/Ops.cpp | ||
|---|---|---|
| 1166 | The class has two std::functions inside of it | |
| mlir/unittests/Analysis/Presburger/SimplexTest.cpp | ||
|---|---|---|
| 97 | Not sure if this should be done in this patch but I guess ArrayRef should be used instead of const SmallVector &. | |
Apply a few manual fixes, for example const std::function<> & -> llvm::function_ref<>
TypeRangeRange is too large to be passed by value?