We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a84d4 commit c889b30Copy full SHA for c889b30
llvm/lib/SYCLLowerIR/SYCLDeviceLibReqMask.cpp
@@ -841,7 +841,7 @@ unsigned int llvm::getSYCLDeviceLibMeta(std::string &DeviceLibFn) {
841
if (DeviceLibFn == Fn) {
842
DeviceLibMeta = static_cast<unsigned int>(Ext);
843
if (DeviceLibFn == "libsycl-native-bfloat16.bc")
844
- DeviceLibMeta |= 0x80000000ULL;
+ DeviceLibMeta |= 0x80000000;
845
break;
846
}
847
0 commit comments