[all-commits] [llvm/llvm-project] 9dc306: AMDGPU: Avoid creating unnecessary block split in ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Aug 8 13:36:30 PDT 2024


  Branch: refs/heads/users/arsenm/amdgpu-avoid-unnecessary-atomicrmw-block-split
  Home:   https://github.com/llvm/llvm-project
  Commit: 9dc306c3331cee00a8266cd3b5025806afce8065
      https://github.com/llvm/llvm-project/commit/9dc306c3331cee00a8266cd3b5025806afce8065
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-08-08 (Thu, 08 Aug 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/test/CodeGen/AMDGPU/atomicrmw-expand.ll
    M llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
    M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-mmra.ll
    M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fadd-flat-specialization.ll
    M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fadd.ll

  Log Message:
  -----------
  AMDGPU: Avoid creating unnecessary block split in atomic expansion

This was creating a new block to insert the is.shared check, but we
can just do that in the original block.



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