summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl
Commit message (Collapse)AuthorAgeFilesLines
* Fix one hard coded value I missed in r339185.Douglas Yung2018-08-071-1/+1
| | | | llvm-svn: 339188
* Make test more robust by not checking hard coded debug info values, but ↵Douglas Yung2018-08-071-3/+5
| | | | | | instead check the relationships between them. llvm-svn: 339185
* [OpenCL] Restore r338899 (reverted in r338904), fixing stack-use-after-returnScott Linder2018-08-071-0/+31
| | | | | | | | | Always emit alloca in entry block for enqueue_kernel builtin. Ensures the statically sized alloca is not converted to DYNAMIC_STACKALLOC later because it is not in the entry block. llvm-svn: 339150
* Revert "[OpenCL] Always emit alloca in entry block for enqueue_kernel builtin"Vlad Tsyrklevich2018-08-031-31/+0
| | | | | | This reverts commit r338899, it was causing ASan test failures on sanitizer-x86_64-linux-fast. llvm-svn: 338904
* [OpenCL] Always emit alloca in entry block for enqueue_kernel builtinScott Linder2018-08-031-0/+31
Ensures the statically sized alloca is not converted to DYNAMIC_STACKALLOC later because it is not in the entry block. Differential Revision: https://reviews.llvm.org/D50104 llvm-svn: 338899
OpenPOWER on IntegriCloud