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

previous_in_block() returns next operation in block #565

Open
mhofmann-intel opened this issue Jun 25, 2024 · 1 comment
Open

previous_in_block() returns next operation in block #565

mhofmann-intel opened this issue Jun 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mhofmann-intel
Copy link

/// Returns a reference to the next operation in the same block.
pub fn previous_in_block(&self) -> Option<OperationRef<'c, '_>> {
unsafe { OperationRef::from_option_raw(mlirOperationGetNextInBlock(self.raw)) }
}

😢

@raviqqe
Copy link
Owner

raviqqe commented Jun 26, 2024

I disabled the function temporarily for now. 😢 The corresponding function in the C API is not exposed yet.

@raviqqe raviqqe added the bug Something isn't working label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants