Details
Details
- Reviewers
aartbik nicolasvasilache ftynse
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
| mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp | ||
|---|---|---|
| 580 | nit: I would move this down with white space around it. Reason, all others populate for the apply method below, this one already applies | |
| mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp | ||
| 1233 | nit: slightly more general name, we are packing more and more vector-vector lowerings into this set? (I have another one pending :-) | |
| mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp | ||
|---|---|---|
| 1241 | can you keep these comments too please in the moved code? | |
| mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp | ||
|---|---|---|
| 1233 | Actually I think putting these in a separate pass might be a good idea:
| |
nit: I would move this down with white space around it. Reason, all others populate for the apply method below, this one already applies