[all-commits] [llvm/llvm-project] fde835: [AMDGPU] Fix lowering of S_MOV_{B32, B64}_term

Carl Ritson via All-commits all-commits at lists.llvm.org
Mon Nov 9 19:35:10 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fde8351743d5a7ee38ef8838adcfcd59f5ca6e4b
      https://github.com/llvm/llvm-project/commit/fde8351743d5a7ee38ef8838adcfcd59f5ca6e4b
  Author: Carl Ritson <carl.ritson at amd.com>
  Date:   2020-11-10 (Tue, 10 Nov 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
    A llvm/test/CodeGen/AMDGPU/lower-term-opcodes.mir

  Log Message:
  -----------
  [AMDGPU] Fix lowering of S_MOV_{B32,B64}_term

If the source of S_MOV_{B32,B64}_term is an immediate then it
cannot be lowered to a COPY.

Reviewed By: arsenm

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




More information about the All-commits mailing list