Skip to content

Commit 3b53ca9

Browse files
Merge commit '0bd30a2f3192204c5a50d5ffde27ad8493f6c026'
2 parents b7647ac + 0bd30a2 commit 3b53ca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/llvm-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fa57c7a6a5f594a9e3ae2dbe3542cf89a20cdd73
1+
bd9145c8c21334e099d51b3e66f49d51d24931ee

third_party/intel/lib/TritonIntelGPUToLLVM/LoadStoreOpToLLVM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ struct AtomicRMWOpConversion
15711571
auto lowPtrBits = and_(intPtr, i64_val(3));
15721572
auto elemIndex = trunc(i32_ty, lshr(lowPtrBits, i64_val(1)));
15731573
auto alignPtr = inttoptr(rmwPtr.getType(), sub(intPtr, lowPtrBits));
1574-
auto firstValInt = load(i32_ty, alignPtr, 4, false, false, false,
1574+
auto firstValInt = load(i32_ty, alignPtr, 4, false, false, false, false,
15751575
LLVM::AtomicOrdering::acquire);
15761576

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

0 commit comments

Comments
 (0)