[all-commits] [llvm/llvm-project] 833996: AMDGPU: Fix backwards s_cselect_* operands

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed May 27 06:26:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 833996cef1381115b0077ab5694e189463f5d02e
      https://github.com/llvm/llvm-project/commit/833996cef1381115b0077ab5694e189463f5d02e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-05-27 (Wed, 27 May 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/test/CodeGen/AMDGPU/early-if-convert.ll

  Log Message:
  -----------
  AMDGPU: Fix backwards s_cselect_* operands

The vector equivalent has backwards operands, but the scalar version
does not. The passes that use these hooks aren't enabled by default,
so this doesn't really change anything.




More information about the All-commits mailing list