Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
950 ms | x64 windows > Clang.Modules::preprocess-build-diamond.m |
Event Timeline
Comment Actions
Thanks! Is anything needed for import/export?
mlir/test/Dialect/LLVMIR/roundtrip.mlir | ||
---|---|---|
27 | Can you add a pointer vector test? |
mlir/test/Dialect/LLVMIR/roundtrip.mlir | ||
---|---|---|
27 | 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 | ||
---|---|---|
27 | Oh whoops, used the wrong vector type in the test when I ran that. Done. |
Can you add a pointer vector test?