[all-commits] [llvm/llvm-project] b60a9c: AtomicExpand: Use InstSimplifyFolder

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Oct 31 23:31:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b60a9ccd02a233b42f001fb17b988ba5cde1c7cf
      https://github.com/llvm/llvm-project/commit/b60a9ccd02a233b42f001fb17b988ba5cde1c7cf
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-10-31 (Mon, 31 Oct 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/AtomicExpandUtils.h
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/test/CodeGen/ARM/atomic-op.ll
    M llvm/test/Transforms/AtomicExpand/AArch64/pcsections.ll
    M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-i16.ll
    M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-i8.ll
    M llvm/test/Transforms/AtomicExpand/Hexagon/atomicrmw-fp.ll
    M llvm/test/Transforms/AtomicExpand/PowerPC/cmpxchg.ll

  Log Message:
  -----------
  AtomicExpand: Use InstSimplifyFolder

Automatically cleanup operations if we know the atomic has higher
alignment.


  Commit: 11d844f96dfb6cf6105cdfa8ebfe518f77bb988a
      https://github.com/llvm/llvm-project/commit/11d844f96dfb6cf6105cdfa8ebfe518f77bb988a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-10-31 (Mon, 31 Oct 2022)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/GlobalISel/add.v2i16.ll

  Log Message:
  -----------
  AMDGPU/GlobalISel: Add missing run line for gfx7 packed operations

We were only testing targets with legal 16-bit operations.


Compare: https://github.com/llvm/llvm-project/compare/7b4b15042d2b...11d844f96dfb


More information about the All-commits mailing list