[all-commits] [llvm/llvm-project] fda0c8: AMDGPU: Lower addrspacecast to 32-bit constant
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri May 8 07:46:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fda0c8df289db56c4f009a157e9c5bfa51c06044
https://github.com/llvm/llvm-project/commit/fda0c8df289db56c4f009a157e9c5bfa51c06044
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/addrspacecast.ll
M llvm/test/CodeGen/AMDGPU/invalid-addrspacecast.ll
Log Message:
-----------
AMDGPU: Lower addrspacecast to 32-bit constant
Somehow this was missing from the DAG path, but not global isel.
Commit: d8d62e358e7a7d9c89cc1d93449ea6edfe26ea0e
https://github.com/llvm/llvm-project/commit/d8d62e358e7a7d9c89cc1d93449ea6edfe26ea0e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel.ll
Log Message:
-----------
AMDGPU/GlobalISel: Regenerate checks
Avoids extra diffs from the rename of G_GEP to G_PTR_ADD in the
generated check variables in a future patch.
Compare: https://github.com/llvm/llvm-project/compare/e20a215992dc...d8d62e358e7a
More information about the All-commits
mailing list