[all-commits] [llvm/llvm-project] 136f49: AMDGPU: Explicitly use SelectionDAG in legacy intr...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jan 6 08:41:56 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 136f49891953ce232be2f4a8bc98e83bb2cd6462
      https://github.com/llvm/llvm-project/commit/136f49891953ce232be2f4a8bc98e83bb2cd6462
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-01-06 (Wed, 06 Jan 2021)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.format.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.dwordx3.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.dwordx3.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.ll

  Log Message:
  -----------
  AMDGPU: Explicitly use SelectionDAG in legacy intrinsic tests

GlobalISel will probably not support the legacy buffer intrinsics, so
don't fail when the default is switched.


  Commit: 0a3cf7f4762e5608750a8f6b3fa4a6efcba66c27
      https://github.com/llvm/llvm-project/commit/0a3cf7f4762e5608750a8f6b3fa4a6efcba66c27
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-01-06 (Wed, 06 Jan 2021)

  Changed paths:
    A llvm/test/CodeGen/AMDGPU/GlobalISel/fdiv.f16.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/fdiv.f32.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/fdiv.f64.ll

  Log Message:
  -----------
  AMDGPU/GlobalISel: Add baseline IR tests for fdiv

The fdiv lowering is currently split between an IR pass and codegen,
so make sure this works end to end. We also currently differ from the
DAG on some edge cases, which this will show in a future change.


Compare: https://github.com/llvm/llvm-project/compare/7809fa204000...0a3cf7f4762e


More information about the All-commits mailing list