[all-commits] [llvm/llvm-project] 934758: [GlobalISel] Remove `fp_to_[s/u]int_sat_gi` node (...

Igor Wodiany via All-commits all-commits at lists.llvm.org
Thu Jun 11 01:37:28 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9347582fd312afe51b2ac3eb436d6d5d6bb6d2a3
      https://github.com/llvm/llvm-project/commit/9347582fd312afe51b2ac3eb436d6d5d6bb6d2a3
  Author: Igor Wodiany <igor.wodiany at amd.com>
  Date:   2026-06-11 (Thu, 11 Jun 2026)

  Changed paths:
    M llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
    M llvm/include/llvm/Target/TargetSelectionDAG.td
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/test/TableGen/GlobalISelEmitter/SkippedPatterns.td
    M llvm/utils/TableGen/GlobalISelEmitter.cpp

  Log Message:
  -----------
  [GlobalISel] Remove `fp_to_[s/u]int_sat_gi` node (#202908)

Instead of having a separate node reuse `fp_to_[s/u]int_sat`
but drop the saturation width from it.

Assisted-by: Claude Code



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