[all-commits] [llvm/llvm-project] e45657: [AMDGPU][RegBankCombiner] Add cast_of_cast and con...

Pierre van Houtryve via All-commits all-commits at lists.llvm.org
Mon Mar 17 02:27:13 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e456579e346c0790603544dc7617edfe44953f4c
      https://github.com/llvm/llvm-project/commit/e456579e346c0790603544dc7617edfe44953f4c
  Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
  Date:   2025-03-17 (Mon, 17 Mar 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUCombine.td
    M llvm/test/CodeGen/AMDGPU/GlobalISel/fshl.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/fshr.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/saddsat.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/shl-ext-reduce.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/ssubsat.ll
    M llvm/test/CodeGen/AMDGPU/llvm.is.fpclass.f16.ll
    M llvm/test/CodeGen/AMDGPU/v_sat_pk_u8_i16.ll

  Log Message:
  -----------
  [AMDGPU][RegBankCombiner] Add cast_of_cast and constant_fold_cast combines (#131307)

We can add a bunch of exts/truncs during RBSelect, we should be able to fold
them away afterwards.



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