[all-commits] [llvm/llvm-project] 7521fc: AMDGPU/GlobalISel: Add subtarget to a test

uint256_t via All-commits all-commits at lists.llvm.org
Fri May 21 07:58:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7521fcd2698740cbb81495de7dfe1a3a4b39b21b
      https://github.com/llvm/llvm-project/commit/7521fcd2698740cbb81495de7dfe1a3a4b39b21b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-05-21 (Fri, 21 May 2021)

  Changed paths:
    M llvm/lib/CodeGen/RegAllocBase.cpp

  Log Message:
  -----------
  AMDGPU/GlobalISel: Add subtarget to a test

SelectionDAG forces us to have a weird ABI for 16-bit values without
legal 16-bit operations, but currently GlobalISel bypasses this and
sometimes ends up using the gfx8+ ABI in some contexts. Make sure
we're testing the normal ABI to avoid a test change in a future patch.


  Commit: cea7a3fe3d1fc91a00cb54cee3ac6f361343417e
      https://github.com/llvm/llvm-project/commit/cea7a3fe3d1fc91a00cb54cee3ac6f361343417e
  Author: maekawatoshiki <konndennsa at gmail.com>
  Date:   2021-05-21 (Fri, 21 May 2021)

  Changed paths:
    M llvm/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
    M llvm/test/Transforms/LoopUnrollAndJam/innerloop.ll

  Log Message:
  -----------
  [LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass

This patch changes LoopUnrollAndJamPass from FunctionPass to LoopNest pass.
The next patch will utilize LoopNest to effectively handle loop nests.

Reviewed By: Whitney

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


Compare: https://github.com/llvm/llvm-project/compare/8dab25954b0a...cea7a3fe3d1f


More information about the All-commits mailing list