[all-commits] [llvm/llvm-project] e8775c: [AMDGPU] Make sure to fix implicit operands on ins...

David Stuttard via All-commits all-commits at lists.llvm.org
Wed Jun 24 08:56:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e8775c8d817b7aa48bea17241f0eb459823f46b2
      https://github.com/llvm/llvm-project/commit/e8775c8d817b7aa48bea17241f0eb459823f46b2
  Author: dstuttar <david.stuttard at amd.com>
  Date:   2020-06-24 (Wed, 24 Jun 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    A llvm/test/CodeGen/AMDGPU/insert-branch-w32.mir

  Log Message:
  -----------
  [AMDGPU] Make sure to fix implicit operands on insertBranch

Summary:
Without fixImplicitOperands we may end up creating default implicit operands
that are the wrong wave size

Includes simple test that provokes insertBranch in the correct way to expose the
issue being fixed.

Change-Id: I92bdcdee9fcb7b4d91529b84e76a48ac8218483e

Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, hiraditya, kerbowa, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list