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:
foreman
2015-03-11 10:15:48 -04:00
parent 607c6fd805
commit 51f603a4cc
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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