[all-commits] [llvm/llvm-project] 1b34de: AMDGPU: Remove redundant operand folding checks

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon May 19 11:08:09 PDT 2025


  Branch: refs/heads/users/arsenm/amdgpu/remove-redundant-operand-legality-checks
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b34deb8f7a46a11723f4408773713b4ac538de0
      https://github.com/llvm/llvm-project/commit/1b34deb8f7a46a11723f4408773713b4ac538de0
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

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

  Log Message:
  -----------
  AMDGPU: Remove redundant operand folding checks

This was pre-filtering out a specific situation from being
added to the fold candidate list. The operand legality will
ultimately be checked with isOperandLegal before the fold is
performed, so I don't see the plus in pre-filtering this one
case.



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