[all-commits] [llvm/llvm-project] e0375d: AMDGPU: Fix using wrong offsets for global atomic ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Aug 17 06:31:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e0375dbcb39bdd5fa9f8288f9149df256003e06b
      https://github.com/llvm/llvm-project/commit/e0375dbcb39bdd5fa9f8288f9149df256003e06b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-08-17 (Mon, 17 Aug 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.atomic.fadd.ll

  Log Message:
  -----------
  AMDGPU: Fix using wrong offsets for global atomic fadd intrinsics

Global instructions have the signed offsets.


  Commit: 66ffa0e91f1e602d11c5aad29b000b275d8be89a
      https://github.com/llvm/llvm-project/commit/66ffa0e91f1e602d11c5aad29b000b275d8be89a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-08-17 (Mon, 17 Aug 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp

  Log Message:
  -----------
  AMDGPU/GlobalISel: Fix using post-legal combiner without LegalizerInfo


  Commit: 924f31bc3c2c765f51eedda14534623053ffd75a
      https://github.com/llvm/llvm-project/commit/924f31bc3c2c765f51eedda14534623053ffd75a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-08-17 (Mon, 17 Aug 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
    M llvm/lib/CodeGen/GlobalISel/Utils.cpp

  Log Message:
  -----------
  GlobalISel: Remove unnecessary check for copy type

COPY isn't allowed to change the type, but can mix no type with type.


Compare: https://github.com/llvm/llvm-project/compare/168213f91c57...924f31bc3c2c


More information about the All-commits mailing list