[all-commits] [llvm/llvm-project] 04cf4a: [AMDGPU] Lower frem f16

jayfoad via All-commits all-commits at lists.llvm.org
Wed Aug 5 01:10:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 04cf4a5a65576f286ca2e8a1aae7584def512761
      https://github.com/llvm/llvm-project/commit/04cf4a5a65576f286ca2e8a1aae7584def512761
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/test/CodeGen/AMDGPU/frem.ll

  Log Message:
  -----------
  [AMDGPU] Lower frem f16

Without this it would fail to select on subtargets that have 16-bit
instructions.

Differential Revision: https://reviews.llvm.org/D84517


  Commit: 1bb07e1b91c187d868bfe383175c2ce04ebed8b8
      https://github.com/llvm/llvm-project/commit/1bb07e1b91c187d868bfe383175c2ce04ebed8b8
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/frem.ll

  Log Message:
  -----------
  [AMDGPU] Precommit tests for D84518 Propagate fast math flags in frem lowering


  Commit: 8cbf4a17ac57921b2c0e2112e766555d345494c4
      https://github.com/llvm/llvm-project/commit/8cbf4a17ac57921b2c0e2112e766555d345494c4
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/test/CodeGen/AMDGPU/frem.ll

  Log Message:
  -----------
  [AMDGPU] Propagate fast math flags in frem lowering

Differential Revision: https://reviews.llvm.org/D84518


Compare: https://github.com/llvm/llvm-project/compare/621681e3e592...8cbf4a17ac57


More information about the All-commits mailing list