[all-commits] [llvm/llvm-project] 203182: AMDGPU/GlobalISel: Regenerate check lines
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jan 2 13:00:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 203182b7b65f1635c695419d60d2844ea08535dd
https://github.com/llvm/llvm-project/commit/203182b7b65f1635c695419d60d2844ea08535dd
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant-32bit.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.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
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir
Log Message:
-----------
AMDGPU/GlobalISel: Regenerate check lines
This avoids diff noise in a future commit from the check name change
from the G_GEP->G_PTR_ADD rename.
Commit: 086ac7e75c1027d0c68932ffee67e4d199c3d0ef
https://github.com/llvm/llvm-project/commit/086ac7e75c1027d0c68932ffee67e4d199c3d0ef
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
Log Message:
-----------
AMDGPU/GlobalISel: Correct MMO sizes in some tests
There intended to test non-extloads, but the memory size did not match
the result size.
Compare: https://github.com/llvm/llvm-project/compare/a2ca1c2d5668...086ac7e75c10
More information about the All-commits
mailing list