[all-commits] [llvm/llvm-project] 6cac66: AMDGPU/GlobalISel: Fix test bugs and add a few mor...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Aug 11 08:09:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6cac661637cd8d2cd8963a95ba2541ee5da42b79
https://github.com/llvm/llvm-project/commit/6cac661637cd8d2cd8963a95ba2541ee5da42b79
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
Log Message:
-----------
AMDGPU/GlobalISel: Fix test bugs and add a few more cases
The wrong alignment or addrspace was used. Also add various cases to
stress a future patch.
Commit: 076305568cd6c7c02ceb9cfc35e1543153406d19
https://github.com/llvm/llvm-project/commit/076305568cd6c7c02ceb9cfc35e1543153406d19
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
Log Message:
-----------
AMDGPU/GlobalISel: Prepare for more custom load lowerings
Slight restructuring of the code to avoid formatting changes when more
cases are handled here.
Compare: https://github.com/llvm/llvm-project/compare/e973c1375ed0...076305568cd6
More information about the All-commits
mailing list