Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 7, 2024
1 parent 8db9f15 commit 17c7a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melior/src/helpers/llvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub trait LlvmBlockExt<'c>: BuiltinBlockExt<'c> + ArithBlockExt<'c> {
len_bytes: Value<'c, '_>,
);

/// Creates an `llvm.getelementptr` operation. Returns a pointer to the indexed element.
/// Creates an `llvm.getelementptr` operation.
///
/// This method allows combining both compile time indexes and runtime value indexes.
fn gep(
Expand Down

0 comments on commit 17c7a24

Please sign in to comment.