Skip to content

Commit c889b30

Browse files
committed
fix typo
Signed-off-by: jinge90 <[email protected]>
1 parent 02a84d4 commit c889b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/SYCLLowerIR/SYCLDeviceLibReqMask.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ unsigned int llvm::getSYCLDeviceLibMeta(std::string &DeviceLibFn) {
841841
if (DeviceLibFn == Fn) {
842842
DeviceLibMeta = static_cast<unsigned int>(Ext);
843843
if (DeviceLibFn == "libsycl-native-bfloat16.bc")
844-
DeviceLibMeta |= 0x80000000ULL;
844+
DeviceLibMeta |= 0x80000000;
845845
break;
846846
}
847847
}

0 commit comments

Comments
 (0)