[all-commits] [llvm/llvm-project] c012eb: [libc] Enable aliasing on AMDGPU targets

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Jul 7 09:49:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c012eb79e2337dd901d529d40dba157476a14aa4
      https://github.com/llvm/llvm-project/commit/c012eb79e2337dd901d529d40dba157476a14aa4
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-07-07 (Fri, 07 Jul 2023)

  Changed paths:
    M libc/src/__support/common.h

  Log Message:
  -----------
  [libc] Enable aliasing on AMDGPU targets

AMDGPU supports aliases now, so we can drop this case and leave it only
for the NVPTX target. Unfortunately it's unlikely that NVPTX will be
able to support this in the future due to their PTX language being very
limited.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D154704




More information about the All-commits mailing list