[all-commits] [llvm/llvm-project] 4a33a6: AMDGPU: Add some addressing mode tests for flat at...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jun 17 14:30:26 PDT 2024


  Branch: refs/heads/users/arsenm/amdgpu-flat-atomics-use-unsigned-offsets
  Home:   https://github.com/llvm/llvm-project
  Commit: 4a33a6c906c83019e105923cf135de3fe837875d
      https://github.com/llvm/llvm-project/commit/4a33a6c906c83019e105923cf135de3fe837875d
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-06-17 (Mon, 17 Jun 2024)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/fp-atomics-gfx940.ll
    M llvm/test/CodeGen/AMDGPU/fp64-atomics-gfx90a.ll

  Log Message:
  -----------
  AMDGPU: Add some addressing mode tests for flat atomic intrinsics

These are incorrectly matching with signed offsets.


  Commit: 215d79d696239d45c3ff2a9a71aa9ec34d39c1b8
      https://github.com/llvm/llvm-project/commit/215d79d696239d45c3ff2a9a71aa9ec34d39c1b8
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-06-17 (Mon, 17 Jun 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
    M llvm/test/CodeGen/AMDGPU/fp-atomics-gfx940.ll
    M llvm/test/CodeGen/AMDGPU/fp64-atomics-gfx90a.ll
    M llvm/test/Transforms/InferAddressSpaces/AMDGPU/flat_atomic.ll

  Log Message:
  -----------
  AMDGPU: Flat instructions do not have signed offsets

Fixes some atomicrmw fadd and intrinsic cases. There are a few
more broken places using signed offsets.


Compare: https://github.com/llvm/llvm-project/compare/4a33a6c906c8%5E...215d79d69623

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