This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add GWS instruction builtins
ClosedPublic

Authored by arsenm on Jun 14 2019, 3:25 PM.

Details

Diff Detail

Event Timeline

arsenm created this revision.Jun 14 2019, 3:25 PM
This revision is now accepted and ready to land.Jun 14 2019, 5:38 PM
arsenm closed this revision.Jun 18 2019, 7:07 AM

r363684

I'm now getting test suite failures like this:

/home/uweigand/llvm/llvm-head/tools/clang/test/CodeGenOpenCL/builtins-amdgcn.cl:554:3: error: cannot compile this builtin function yet
  __builtin_amdgcn_ds_gws_init(value, id);

Is this supposed to work? I'm not seeing any LLVM support for this builtin anywhere ...