memcpy can handle them as long as they're contiguous.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Consider also adding an integration test. I think we have one for the other cases.
| mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp | ||
|---|---|---|
| 845 | Why is this better done on the target? | |
Comment Actions
- Revert unnecessary change
| mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp | ||
|---|---|---|
| 845 | Yeah, this doesn't make sense. Removed that change. | |
Why is this better done on the target?