[all-commits] [llvm/llvm-project] 286ca0: Silence warning from unit test

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sat May 23 10:25:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 286ca0f7fd6bf26923f3df464e6a74d032f242ea
      https://github.com/llvm/llvm-project/commit/286ca0f7fd6bf26923f3df464e6a74d032f242ea
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-05-23 (Sat, 23 May 2020)

  Changed paths:
    M llvm/unittests/MI/LiveIntervalTest.cpp

  Log Message:
  -----------
  Silence warning from unit test

This was printing about r600 not being a valid subtarget for an amdgcn
triple. This is an awkward place because r600 and amdgcn unfortunately
occupy the same target. Silence the warning by specifying an explicit
subtarget.


  Commit: 2e82667f60237c32d8a10eb04825ff434a3e474c
      https://github.com/llvm/llvm-project/commit/2e82667f60237c32d8a10eb04825ff434a3e474c
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-05-23 (Sat, 23 May 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td

  Log Message:
  -----------
  AMDGPU: Define mode register

This should eventually model FP mode constraints as well as the other
special fields it tracks.


  Commit: 76e3dd0a490d7da25ccf35c29b3b7ec34908f7d6
      https://github.com/llvm/llvm-project/commit/76e3dd0a490d7da25ccf35c29b3b7ec34908f7d6
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-05-23 (Sat, 23 May 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.h

  Log Message:
  -----------
  AMDGPU: Implement isConstantPhysReg

I don't think any of these registers are used in contexts where this
would do anything yet.


Compare: https://github.com/llvm/llvm-project/compare/e32f04cdc952...76e3dd0a490d


More information about the All-commits mailing list