Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/CodeGen/
-
CodeGen/
-
CGCall.cpp
-
test/CodeGenOpenCL/
-
CodeGenOpenCL/
-
byval.cl
Hide Panel
f
Keyboard Reference
?
Differential
D32133
CodeGen: Let byval parameter use alloca address space
Closed
Public
Authored by
yaxunl
on Apr 17 2017, 12:32 PM.
Download Raw Diff
Details
Reviewers
rjmccall
Commits
rGd7523283a719: CodeGen: Let byval parameter use alloca address space
rC300487: CodeGen: Let byval parameter use alloca address space
rL300487: CodeGen: Let byval parameter use alloca address space
Diff Detail
Event Timeline
yaxunl
created this revision.
Apr 17 2017, 12:32 PM
rjmccall
accepted this revision.
Apr 17 2017, 1:02 PM
Comment Actions
LGTM.
This revision is now accepted and ready to land.
Apr 17 2017, 1:02 PM
Closed by commit
rL300487: CodeGen: Let byval parameter use alloca address space
(authored by
yaxunl
).
·
Explain Why
Apr 17 2017, 1:23 PM
This revision was automatically updated to reflect the committed changes.