Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp | ||
---|---|---|
2440 | Nit: mlir uses camelBack (not capitalizing first letter) for function names. | |
2463 | Nit: elide trivial braces | |
2504 | Nit: cache this in a variable to get better formatting | |
2506–2507 | Hmm, I am not sure that the memory space is the same for both pointers. I know we can't specify more than one, but I seem to recall that the descriptor used to live in the default namespace. | |
2520–2521 | This is not zero unless the memory space is also zero. | |
2522 | Nit: mlir uses camelBack for variable names | |
2523 | We shouldn't need a GEP if the argument is actually always zero. | |
mlir/test/mlir-cpu-runner/memref_reinterpret_cast.mlir | ||
2 | I would prefer a unit test for lowering to and integration test. |
mlir/test/mlir-cpu-runner/memref_reinterpret_cast.mlir | ||
---|---|---|
2 | done |
Nit: mlir uses camelBack (not capitalizing first letter) for function names.