Skip to content

Commit

Permalink
Merge commit '0bd30a2f3192204c5a50d5ffde27ad8493f6c026'
Browse files Browse the repository at this point in the history
  • Loading branch information
whitneywhtsang committed Nov 19, 2024
2 parents b7647ac + 0bd30a2 commit 3b53ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/llvm-hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fa57c7a6a5f594a9e3ae2dbe3542cf89a20cdd73
bd9145c8c21334e099d51b3e66f49d51d24931ee
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ struct AtomicRMWOpConversion
auto lowPtrBits = and_(intPtr, i64_val(3));
auto elemIndex = trunc(i32_ty, lshr(lowPtrBits, i64_val(1)));
auto alignPtr = inttoptr(rmwPtr.getType(), sub(intPtr, lowPtrBits));
auto firstValInt = load(i32_ty, alignPtr, 4, false, false, false,
auto firstValInt = load(i32_ty, alignPtr, 4, false, false, false, false,
LLVM::AtomicOrdering::acquire);

// Create a loop body block. It has a single parameter which holds the
Expand Down

0 comments on commit 3b53ca9

Please sign in to comment.