[all-commits] [llvm/llvm-project] 74c659: AMDGPU/GlobalISel: Add a few tests for unaligned t...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jul 27 12:56:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74c65906bcb77bf79cd7a102456e6e46d001290a
https://github.com/llvm/llvm-project/commit/74c65906bcb77bf79cd7a102456e6e46d001290a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir
Log Message:
-----------
AMDGPU/GlobalISel: Add a few tests for unaligned truncating stores
Commit: 82ab1ae54e91619c8e56d8184ae5fcf1d1fa23e3
https://github.com/llvm/llvm-project/commit/82ab1ae54e91619c8e56d8184ae5fcf1d1fa23e3
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
Log Message:
-----------
AMDGPU/GlobalISel: Fix wrong addrspace in test MMOs
Commit: d7d2e4545e6b04ea29ffd05ebef2f7c26590b925
https://github.com/llvm/llvm-project/commit/d7d2e4545e6b04ea29ffd05ebef2f7c26590b925
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUGISel.td
A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-sextload-local.mir
A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-zextload-local.mir
Log Message:
-----------
AMDGPU/GlobalISel: Fix selecting G_SEXTLOAD/G_ZEXTLOAD pre-gfx9
The patterns for the m0 glue patterns were failing to import.
Compare: https://github.com/llvm/llvm-project/compare/835ef6f93d57...d7d2e4545e6b
More information about the All-commits
mailing list