[all-commits] [llvm/llvm-project] 044d40: AMDGPU/GlobalISel: Move lambdas to normal function
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Feb 16 20:06:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 044d40ed46aaf7066b48402f73256a05cc23cb40
https://github.com/llvm/llvm-project/commit/044d40ed46aaf7066b48402f73256a05cc23cb40
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-02-16 (Sun, 16 Feb 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
Log Message:
-----------
AMDGPU/GlobalISel: Move lambdas to normal function
These aren't using any local state
Commit: 24c156194bfcdae5c5500e2bb8b615f5aaa7e6dc
https://github.com/llvm/llvm-project/commit/24c156194bfcdae5c5500e2bb8b615f5aaa7e6dc
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-02-16 (Sun, 16 Feb 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-inttoptr.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ptrtoint.mir
Log Message:
-----------
AMDGPU/GlobalISel: Add some missing tests for non-power-of-2 cases
Commit: 295bbea3ede470b8abb8db753350581f7865c0fc
https://github.com/llvm/llvm-project/commit/295bbea3ede470b8abb8db753350581f7865c0fc
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-02-16 (Sun, 16 Feb 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sitofp.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-uitofp.mir
Log Message:
-----------
AMDGPU/GlobalISel: Fix non-power-of-2 G_SITOFP/G_UITOFP
This wouldn't work for s33-s63 sources.
Compare: https://github.com/llvm/llvm-project/compare/1b978ddba05c...295bbea3ede4
More information about the All-commits
mailing list