[all-commits] [llvm/llvm-project] f84903: [AMDGPU] Do not allow the region address space to ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Nov 22 05:14:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f84903486cd174e39fb36fa88c98c9563b671c7e
      https://github.com/llvm/llvm-project/commit/f84903486cd174e39fb36fa88c98c9563b671c7e
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-11-22 (Fri, 22 Nov 2024)

  Changed paths:
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/test/Sema/amdgcn-address-spaces.c

  Log Message:
  -----------
  [AMDGPU] Do not allow the region address space to be converted to generic (#117171)

Summary:
Previous changes relaxed the address space rules based on what the
target says about them. This accidentally included the AS(2) region as
convertible to generic. Simply check for AS(2) and reject it.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list