[all-commits] [llvm/llvm-project] 0eb59c: ADT: Move FPClassTest printing functions to common...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Mar 3 14:52:11 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0eb59cab95a01fa84188049fa08348c3bf97e356
      https://github.com/llvm/llvm-project/commit/0eb59cab95a01fa84188049fa08348c3bf97e356
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M llvm/include/llvm/ADT/FloatingPointMode.h
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/Support/CMakeLists.txt
    A llvm/lib/Support/FloatingPointMode.cpp

  Log Message:
  -----------
  ADT: Move FPClassTest printing functions to common place


  Commit: 18fa83ed366930bc91a8b0f4f96e87536667c848
      https://github.com/llvm/llvm-project/commit/18fa83ed366930bc91a8b0f4f96e87536667c848
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M llvm/include/llvm/ADT/FloatingPointMode.h
    M llvm/lib/Support/FloatingPointMode.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp

  Log Message:
  -----------
  ADT: Move some FPClassTest utility functions out of instcombine


  Commit: ce3d93e4be0aa7d30360ad863456b031a1e72916
      https://github.com/llvm/llvm-project/commit/ce3d93e4be0aa7d30360ad863456b031a1e72916
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUInsertDelayAlu.cpp

  Log Message:
  -----------
  AMDGPU: Use static constexpr instead of static const

Not sure why this was broken, but I was seeing this linker error:

ld64.lld: error: undefined symbol: (anonymous namespace)::AMDGPUInsertDelayAlu::DelayInfo::SALU_CYCLES_MAX
>>> referenced by AMDGPUInsertDelayAlu.cpp:129 (/Users/matt/src/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInsertDelayAlu.cpp:129)


Compare: https://github.com/llvm/llvm-project/compare/55cf53fd0f55...ce3d93e4be0a


More information about the All-commits mailing list