[all-commits] [llvm/llvm-project] 79cb3b: [AMDGPU] SIWholeQuadMode: don't add duplicate impl...

Jay Foad via All-commits all-commits at lists.llvm.org
Thu Apr 22 01:20:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 79cb3ba08f8022ad1bb664bb0d0cd3cfe5111001
      https://github.com/llvm/llvm-project/commit/79cb3ba08f8022ad1bb664bb0d0cd3cfe5111001
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2021-04-22 (Thu, 22 Apr 2021)

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

  Log Message:
  -----------
  [AMDGPU] SIWholeQuadMode: don't add duplicate implicit $exec operands

STRICT_WWM and STRICT_WQM are already defined with Uses = [EXEC], so
there is no need to add another implicit use of $exec when lowering them
to V_MOV_B32 instructions.

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




More information about the All-commits mailing list