More carefully worded description. Added constructor to options.
Details
Details
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Event Timeline
| mlir/include/mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h | ||
|---|---|---|
| 31 | Please don't remove this, this is how we chain options and is the pattern used pretty much everywhere.  | |
| mlir/include/mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h | ||
|---|---|---|
| 31 | Ok, moved them back. Also, I can't really name them without the "set" as was requested in previous review, since the names cannot be identical. So just keeping the "set" part.  | |
Please don't remove this, this is how we chain options and is the pattern used pretty much everywhere.