[all-commits] [llvm/llvm-project] 43c7cb: AMDGPU/GlobalISel: Check some remarks for failed l...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sat Jul 31 07:37:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43c7cb9a3cf528a6e4e81acb6752b273c6e60300
https://github.com/llvm/llvm-project/commit/43c7cb9a3cf528a6e4e81acb6752b273c6e60300
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-07-31 (Sat, 31 Jul 2021)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir
Log Message:
-----------
AMDGPU/GlobalISel: Check some remarks for failed legalizations
The load/store tests are giant and have some cases that fail in them,
but it's hard to tell which ones are really failing. Check the remarks
to make it easier to track.
Commit: ebc17a0d68208a967fe8e13e1874874228dda622
https://github.com/llvm/llvm-project/commit/ebc17a0d68208a967fe8e13e1874874228dda622
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-07-31 (Sat, 31 Jul 2021)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
Log Message:
-----------
GlobalISel: Scalarize unaligned vector stores
This has the same problems and limitations as the load path.
Compare: https://github.com/llvm/llvm-project/compare/5f5ce6e9a7eb...ebc17a0d6820
More information about the All-commits
mailing list