[all-commits] [llvm/llvm-project] 230dbe: VE: Use generated checks for a copy-pasted output ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Sep 20 13:51:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 230dbe085788678d594a0f908cae1a7eaa6f5408
      https://github.com/llvm/llvm-project/commit/230dbe085788678d594a0f908cae1a7eaa6f5408
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-09-20 (Tue, 20 Sep 2022)

  Changed paths:
    M llvm/test/CodeGen/VE/Scalar/atomic_cmp_swap.ll

  Log Message:
  -----------
  VE: Use generated checks for a copy-pasted output test


  Commit: 784d2930c0faefd542229057fd71a1b723e6fac9
      https://github.com/llvm/llvm-project/commit/784d2930c0faefd542229057fd71a1b723e6fac9
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-09-20 (Tue, 20 Sep 2022)

  Changed paths:
    M llvm/test/Transforms/AtomicExpand/SPARC/partword.ll

  Log Message:
  -----------
  AtomicExpand: Switch test to generated checks


  Commit: 4d322ba77b27bfa761bd114d84623826f50ae5b7
      https://github.com/llvm/llvm-project/commit/4d322ba77b27bfa761bd114d84623826f50ae5b7
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-09-20 (Tue, 20 Sep 2022)

  Changed paths:
    M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-i16.ll

  Log Message:
  -----------
  AMDGPU: Add baseline test for expansion of 16-bit local atomics

The expansion is currently using the wrong pointer size.


  Commit: b9a371f6d1509c4a29c9131e433dd2cf275dc6f1
      https://github.com/llvm/llvm-project/commit/b9a371f6d1509c4a29c9131e433dd2cf275dc6f1
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-09-20 (Tue, 20 Sep 2022)

  Changed paths:
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-i16.ll

  Log Message:
  -----------
  AtomicExpand: Use correct pointer size for integer

This was using the default address space.


Compare: https://github.com/llvm/llvm-project/compare/60528c690a4c...b9a371f6d150


More information about the All-commits mailing list