[all-commits] [llvm/llvm-project] a5deb5: [AMDGPU] Add NoaliasAddrSpace to AAMDnodes (#149247)

Shoreshen via All-commits all-commits at lists.llvm.org
Mon Jul 28 19:10:29 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a5deb59dfef13cb5eb8e3defc7e94904ea132a34
      https://github.com/llvm/llvm-project/commit/a5deb59dfef13cb5eb8e3defc7e94904ea132a34
  Author: Shoreshen <372660931 at qq.com>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M llvm/include/llvm/IR/Metadata.h
    M llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.h
    M llvm/lib/CodeGen/MIRParser/MIParser.cpp
    M llvm/lib/CodeGen/MachineOperand.cpp
    M llvm/lib/IR/Metadata.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/flat-atomic-fadd.f32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/flat-atomic-fadd.f64.ll
    A llvm/test/CodeGen/MIR/AMDGPU/noalias-addrspace-expect-id.mir
    A llvm/test/CodeGen/MIR/AMDGPU/noalias-addrspace-parse.mir
    A llvm/test/CodeGen/MIR/AMDGPU/noalias-addrspace-undefine-matadata.mir

  Log Message:
  -----------
  [AMDGPU] Add NoaliasAddrSpace to AAMDnodes (#149247)

This is the following PR of
https://github.com/llvm/llvm-project/pull/136553 which calculate
NoaliasAddrSpace.

This PR carries the info calculated into MIR by adding it into AAMDnodes



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