[all-commits] [llvm/llvm-project] 86bd7e: [NFC][AMDGPU] Cleanup the SIOptimizeExecMasking pass.

tsymalla-AMD via All-commits all-commits at lists.llvm.org
Wed Jul 6 02:03:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 86bd7e2065c91d803905009e6148518bc4bdd101
      https://github.com/llvm/llvm-project/commit/86bd7e2065c91d803905009e6148518bc4bdd101
  Author: Thomas Symalla <thomas.symalla at amd.com>
  Date:   2022-07-06 (Wed, 06 Jul 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.h

  Log Message:
  -----------
  [NFC][AMDGPU] Cleanup the SIOptimizeExecMasking pass.

This patch removes a bit of code duplication and
moves the v_cmpx optimization out of the
runOnMachineFunction pass.

Reviewed By: foad

Differential Revision: https://reviews.llvm.org/D129086




More information about the All-commits mailing list