Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp | ||
---|---|---|
195 | Note that the src memref and dst memref are guarantee to have the same element type by the verifier already. so it is safe here to reuse the size computed from dst memref. |
mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp | ||
---|---|---|
195 | Perhaps add that in a comment in the code too. |
Note that the src memref and dst memref are guarantee to have the same element type by the verifier already. so it is safe here to reuse the size computed from dst memref.