[all-commits] [llvm/llvm-project] d0b9cb: AMDGPU: Add inlining testcases for denormal-fp-math

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jun 9 16:10:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d0b9cb1f659ffe327acae57be7e1b40473b12b4d
      https://github.com/llvm/llvm-project/commit/d0b9cb1f659ffe327acae57be7e1b40473b12b4d
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-06-09 (Fri, 09 Jun 2023)

  Changed paths:
    M llvm/test/Transforms/Inline/AMDGPU/inline-denormal-fp-math.ll

  Log Message:
  -----------
  AMDGPU: Add inlining testcases for denormal-fp-math

Somehow missed this one and it's not working correctly


  Commit: 19293b82c180660de9636ebe8caa01fe797fb388
      https://github.com/llvm/llvm-project/commit/19293b82c180660de9636ebe8caa01fe797fb388
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-06-09 (Fri, 09 Jun 2023)

  Changed paths:
    M llvm/lib/IR/Attributes.cpp
    M llvm/test/Transforms/Inline/AMDGPU/inline-denormal-fp-math.ll

  Log Message:
  -----------
  Inline: Fix case of not inlining with denormal-fp-math-f32

This was failing to inline the opencl libraries with daz enabled. As a
modifier to the base mode, denormal-fp-mode-f32 is weird and has no
meaning if it's missing.


Compare: https://github.com/llvm/llvm-project/compare/74acfa65efbb...19293b82c180


More information about the All-commits mailing list