P4 to Git Change 1129348 by smekhano@stas-solstice-llvm-merge on 2015/03/10 20:49:28
EPR #414133 - HSA HLC: fixed device enqueue code for no-capture case A dead store to a context structure may be generated by clang, while our code was only expecting a bitcast. Affected files ... ... //depot/stg/opencl/drivers/opencl/compiler/llvm36/lib/Transforms/Scalar/AMDLowerEnqueueKernel.cpp#6 edit
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#endif // AMD_PLATFORM_NAME
|
||||
|
||||
#ifndef AMD_PLATFORM_BUILD_NUMBER
|
||||
# define AMD_PLATFORM_BUILD_NUMBER 1753
|
||||
# define AMD_PLATFORM_BUILD_NUMBER 1752
|
||||
#endif // AMD_PLATFORM_BUILD_NUMBER
|
||||
|
||||
#ifndef AMD_PLATFORM_REVISION_NUMBER
|
||||
|
||||
Reference in New Issue
Block a user