This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix lowering OpenCL enqueue_kernel
ClosedPublic

Authored by yaxunl on Feb 26 2018, 2:03 PM.

Details

Summary

One addrspacecast disappeared in clang emitted IR for
block invoke function due to adoption of the new
addr space mapping.

Diff Detail

Repository
rL LLVM

Event Timeline

yaxunl created this revision.Feb 26 2018, 2:03 PM
nhaehnle removed a subscriber: nhaehnle.Feb 27 2018, 7:59 AM
This revision is now accepted and ready to land.Mar 5 2018, 10:11 AM
This revision was automatically updated to reflect the committed changes.