[all-commits] [llvm/llvm-project] 810042: AMDGPU/GlobalISel: Fix test not matching test name
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jan 17 06:38:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81004269e5c7d69f27b8273f48dd4d0f86ac1358
https://github.com/llvm/llvm-project/commit/81004269e5c7d69f27b8273f48dd4d0f86ac1358
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-01-17 (Mon, 17 Jan 2022)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
Log Message:
-----------
AMDGPU/GlobalISel: Fix test not matching test name
This was testing an s48 load instead of an s64 load as intended.
Commit: e09f98a69a8d223168f0766a3574c4a09b167b81
https://github.com/llvm/llvm-project/commit/e09f98a69a8d223168f0766a3574c4a09b167b81
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-01-17 (Mon, 17 Jan 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIOptimizeVGPRLiveRange.cpp
A llvm/test/CodeGen/AMDGPU/block-should-not-be-in-alive-blocks.mir
M llvm/test/CodeGen/AMDGPU/vgpr-liverange-ir.ll
Log Message:
-----------
AMDGPU: Fix LiveVariables error after optimizing VGPR ranges
This was not removing the block from the live set depending on the
specific depth first visit order. Fixes a verifier error in the OpenCL
conformance tests.
Commit: d97fb55ff35699ed9da3744bc6b6d40a38e1c6f7
https://github.com/llvm/llvm-project/commit/d97fb55ff35699ed9da3744bc6b6d40a38e1c6f7
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-01-17 (Mon, 17 Jan 2022)
Changed paths:
A llvm/test/CodeGen/AMDGPU/GlobalISel/function-returns.v2i65.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.v2i65.ll
Log Message:
-----------
AMDGPU/GlobalISel: Add failing ABI lowering testcases
Compare: https://github.com/llvm/llvm-project/compare/cee8b255be5c...d97fb55ff356
More information about the All-commits
mailing list