[all-commits] [llvm/llvm-project] 2776cd: AMDGPU: Add modern copy of fneg combines test

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sun Jan 22 06:01:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2776cdc009ea55db195b67bb86e189c20ee235c9
      https://github.com/llvm/llvm-project/commit/2776cdc009ea55db195b67bb86e189c20ee235c9
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-22 (Sun, 22 Jan 2023)

  Changed paths:
    A llvm/test/CodeGen/AMDGPU/fneg-combines.new.ll

  Log Message:
  -----------
  AMDGPU: Add modern copy of fneg combines test


  Commit: f42e1e0648779a55b7aff7e05a8a36c5a43b9a6a
      https://github.com/llvm/llvm-project/commit/f42e1e0648779a55b7aff7e05a8a36c5a43b9a6a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-22 (Sun, 22 Jan 2023)

  Changed paths:
    A llvm/test/CodeGen/AMDGPU/fneg-combines.f16.ll
    A llvm/test/CodeGen/AMDGPU/fneg-combines.legal.f16.ll
    A llvm/test/CodeGen/AMDGPU/select-fabs-fneg-extract.f16.ll
    A llvm/test/CodeGen/AMDGPU/select-fabs-fneg-extract.legal.f16.ll
    A llvm/test/CodeGen/AMDGPU/select-fabs-fneg-extract.v2f16.ll

  Log Message:
  -----------
  AMDGPU: Copy a source modifier test for f16/v2f16

This is essentially a modernized copy of
select-fabs-fneg-extract.ll. Stop using kernels with loads and stores,
don't use fsub for fneg, and port the examples to half.


Compare: https://github.com/llvm/llvm-project/compare/96d0c4b35cad...f42e1e064877


More information about the All-commits mailing list