[PATCH] D155429: [AMDGPU] Add targets gfx1150 and gfx1151

2023-07-17 Thread David Stuttard via Phabricator via cfe-commits
dstuttard accepted this revision. dstuttard added a comment. This revision is now accepted and ready to land. Herald added a reviewer: jdoerfert. Herald added subscribers: jplehr, sstefan1. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D155429/n

[PATCH] D138216: [AMDGPU] Intrinsic to expose s_wait_event for export ready

2022-11-28 Thread David Stuttard via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG7940888c5987: [AMDGPU] Intrinsic to expose s_wait_event for export ready (authored by dstuttard). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D138216/new/

[PATCH] D138216: [AMDGPU] Intrinsic to expose s_wait_event for export ready

2022-11-23 Thread David Stuttard via Phabricator via cfe-commits
dstuttard updated this revision to Diff 477423. dstuttard added a comment. Herald added a project: clang. Herald added a subscriber: cfe-commits. Updated - adding test for builtin Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D138216/new/ https://re

[PATCH] D135110: [NFC] [HLSL] Move common metadata to LLVMFrontend

2022-10-18 Thread David Stuttard via Phabricator via cfe-commits
dstuttard added a comment. I think that the reason we don't see the same failure for e.g. OpenACC is that there's a unittest/Frontend that requires OpenACC - if I comment out that subdir in the unittests/CMakeLists.txt it fails llvm-config test in the same way for OpenACC. Similarly, if I add F