Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ominitay committed Apr 21, 2023
1 parent 5662f09 commit 14f5b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/codegen/llvm.zig
Original file line number Diff line number Diff line change
Expand Up @@ -9714,7 +9714,7 @@ pub const FuncGen = struct {
return self.builder.buildTrunc(result, llvm_trunc_ty, "");
}

// TODO Should this belong in compiler-rt?
// TODO Move this to compiler-rt (see #14609)
//
// Implements @depositBits(source, mask) in software
// (i.e. without platform-specific instructions)
Expand Down Expand Up @@ -9861,7 +9861,7 @@ pub const FuncGen = struct {
return self.builder.buildTrunc(result, llvm_trunc_ty, "");
}

// TODO Should this belong in compiler-rt?
// TODO Move this to compiler-rt (see #14609)
//
// Implements @extractBits(source, mask) in software
// (i.e. without platform-specific instructions)
Expand Down

0 comments on commit 14f5b6e

Please sign in to comment.