[all-commits] [llvm/llvm-project] 08549b: AMDGPU/GlobalISel: Explicitly set -global-isel-abo...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jan 20 09:57:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08549ba51e11600ff89606d3de59d91d95c21645
https://github.com/llvm/llvm-project/commit/08549ba51e11600ff89606d3de59d91d95c21645
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/global-value.illegal.ll
M llvm/test/CodeGen/AMDGPU/unsupported-image-a16.ll
Log Message:
-----------
AMDGPU/GlobalISel: Explicitly set -global-isel-abort in failure tests
If the default mode is the fallback, this would fail since it would
end up seeing the DAG failure message instead.
Commit: 2d1f9aa27dc443287ea308e340b0ec3c284e14ba
https://github.com/llvm/llvm-project/commit/2d1f9aa27dc443287ea308e340b0ec3c284e14ba
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ptrmask.mir
Log Message:
-----------
AMDGPU/GlobalISel: Regenerate test checks with -NEXT
Commit: 064cea9c9a02e8fee77f9e28b3e06cb4908f7a0e
https://github.com/llvm/llvm-project/commit/064cea9c9a02e8fee77f9e28b3e06cb4908f7a0e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ptrmask.mir
Log Message:
-----------
AMDGPU/GlobalISel: Try to use s_and_b64 in ptrmask selection
Avoids a test diff with SDAG.
Commit: 237502c1a478a68ee4a0e173efc2d4684e58d0bb
https://github.com/llvm/llvm-project/commit/237502c1a478a68ee4a0e173efc2d4684e58d0bb
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M llvm/test/CodeGen/AMDGPU/spill-sgpr-stack-no-sgpr.ll
Log Message:
-----------
AMDGPU: Fix asm in test using wrong IR type for physical register
Compare: https://github.com/llvm/llvm-project/compare/c0f9592daae3...237502c1a478
More information about the All-commits
mailing list