[all-commits] [llvm/llvm-project] b3e63a: AMDGPU: Don't assume there is only one terminator ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jul 28 17:23:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b3e63aa8a47078e8ac24ceffa7160cc1af657dcb
      https://github.com/llvm/llvm-project/commit/b3e63aa8a47078e8ac24ceffa7160cc1af657dcb
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
    A llvm/test/CodeGen/AMDGPU/optimize-exec-masking-strip-terminator-bits.mir

  Log Message:
  -----------
  AMDGPU: Don't assume there is only one terminator copy

This would stop on the first in reverse order, failing the verifier if
there were more earlier in the block.


  Commit: 8860daf0ed248960c3bc26208b7a38b3e1aadb1d
      https://github.com/llvm/llvm-project/commit/8860daf0ed248960c3bc26208b7a38b3e1aadb1d
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    A llvm/test/CodeGen/AMDGPU/cgp-addressing-modes-gfx1030.ll
    A llvm/test/CodeGen/AMDGPU/cgp-addressing-modes-gfx908.ll
    M llvm/test/CodeGen/AMDGPU/cgp-addressing-modes.ll

  Log Message:
  -----------
  AMDGPU: Handle a few missing cases in getAddrModeArguments


Compare: https://github.com/llvm/llvm-project/compare/3ce69d4d50a2...8860daf0ed24


More information about the All-commits mailing list