Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opaque attribute handling issues #400

Open
onlytheworld opened this issue Apr 13, 2024 · 0 comments
Open

opaque attribute handling issues #400

onlytheworld opened this issue Apr 13, 2024 · 0 comments

Comments

@onlytheworld
Copy link

When a pointer to a structure is passed through a function parameter, the type of the pointer is incremented with the
opaque tag, which results in a compilation failure. The error message is as follows

error: 'memref.get_global' op result type 'memref<1x!llvm.struct<"opaque@polygeist@mlir@struct.bit_stream_struc", (memref<?xi8>, i32, memref<?x!llvm.struct<(i32, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, i32, i32, i64, i16, i8, array<1 x i8>, ptr, i64, ptr, ptr, ptr, ptr, i64, i32, array<20 x i8>)>>, memref<?xi8>, i32, i64, i32, i32)>>' does not match type 'memref<1x!llvm.struct<"polygeist@mlir@struct.bit_stream_struc", (memref<?xi8>, i32, memref<?x!llvm.struct<(i32, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, i32, i32, i64, i16, i8, array<1 x i8>, ptr, i64, ptr, ptr, ptr, ptr, i64, i32, array<20 x i8>)>>, memref<?xi8>, i32, i64, i32, i32)>>' of the global memref @bs

static Bit_stream_struc   bs;
void lame_init_params(lame_global_flags *gfp)
{
  ...
  init_bit_stream_w(&bs);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant