Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks! Is anything needed for import/export?
mlir/test/Dialect/LLVMIR/roundtrip.mlir | ||
---|---|---|
28 | Can you add a pointer vector test? |
mlir/test/Dialect/LLVMIR/roundtrip.mlir | ||
---|---|---|
28 | An initial look at doing so demonstrates that vectors do not presently support LLVM.pointer as arguments, making such a test impossible at the moment. This should likely be remedied (being a ~index type) but in a future PR. |
mlir/test/Dialect/LLVMIR/roundtrip.mlir | ||
---|---|---|
28 | Oh whoops, used the wrong vector type in the test when I ran that. Done. |
Can you add a pointer vector test?