[all-commits] [llvm/llvm-project] 524937: [AMDGPU] Allow w64 ballot to be used on w32 target...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Feb 5 06:42:40 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5249379d742148728f654665e113084c6b93cdf2
      https://github.com/llvm/llvm-project/commit/5249379d742148728f654665e113084c6b93cdf2
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-02-05 (Mon, 05 Feb 2024)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsAMDGPU.def
    M clang/test/SemaOpenCL/builtins-amdgcn-error-wave64.cl

  Log Message:
  -----------
  [AMDGPU] Allow w64 ballot to be used on w32 targets (#80183)

Summary:
Currently we cannot compile `__builtin_amdgcn_ballot_w64` on non-wave64
targets even though it is valid. This is relevant for making library
code that can handle both without needing to check the wavefront size.
This patch relaxes the semantic check for w64 so it can be used
normally.




More information about the All-commits mailing list