[all-commits] [llvm/llvm-project] 8cc862: [AMDGPU] expand-fp: always report modifications (#...

Frederik Harwath via All-commits all-commits at lists.llvm.org
Mon Oct 13 08:21:24 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8cc862ce3bd51d1fe8ff84c35aee03457077ac54
      https://github.com/llvm/llvm-project/commit/8cc862ce3bd51d1fe8ff84c35aee03457077ac54
  Author: Frederik Harwath <frederik.harwath at amd.com>
  Date:   2025-10-13 (Mon, 13 Oct 2025)

  Changed paths:
    M llvm/lib/CodeGen/ExpandFp.cpp

  Log Message:
  -----------
  [AMDGPU] expand-fp: always report modifications (#163153)

The last change to the pass in PR #158588 lost the assignment to the
"Modified" variable for one of the pass optimizations.

Add it back. This fixes the test failure in
`CodeGen/AMDGPU/itofp.i128.bf.ll` (in a
`LLVM_ENABLE_EXPENSIVE_CHECKS=ON` build).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list