Commit f210021
StackOverflowDetection: always add private base when ForceAddingStackcallKernelPrerequisites flag is used
StackOverflowDetection mechanism needs stack call prerequisites and setting in implies ForceAddingStackcallKernelPrerequisites flag.
When private base was not used by the kernel the compiler would crash when the flag was enabled, as adding private base was missing under ForceAddingStackcallKernelPrerequisites.
(cherry picked from commit 7c598c8)1 parent 3a4372b commit f210021
File tree
1 file changed
+1
-1
lines changed- IGC/Compiler/Optimizer/OpenCLPasses/PrivateMemory
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments