[all-commits] [llvm/llvm-project] 659336: AMDGPU: Fix consistently backwards logic for defau...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Apr 1 09:36:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6593360ee760c0c98cf7fb05be70aa4ea455a42a
      https://github.com/llvm/llvm-project/commit/6593360ee760c0c98cf7fb05be70aa4ea455a42a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M clang/lib/Driver/ToolChains/AMDGPU.cpp

  Log Message:
  -----------
  AMDGPU: Fix consistently backwards logic for default denormal mode

I forgot to squash this into c9d65a48af1d7bbfed7e785613cc9d9acf71821b


  Commit: 4ea3650c212ae471657d3a253cd424ce9d1316ac
      https://github.com/llvm/llvm-project/commit/4ea3650c212ae471657d3a253cd424ce9d1316ac
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/test/Driver/hip-device-libs.hip

  Log Message:
  -----------
  HIP: Link correct denormal mode library

This wasn't respecting the flush mode based on the default, and also
wasn't correctly handling the explicit
-fno-cuda-flush-denormals-to-zero overriding the mode.


Compare: https://github.com/llvm/llvm-project/compare/9b31e595d717...4ea3650c212a


More information about the All-commits mailing list