[all-commits] [llvm/llvm-project] b8e09f: [AMDGPU] Refactor LDS alignment checks.
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Tue Apr 12 07:50:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8e09f15539a12b27429460cd9eaf38e83c2d634
https://github.com/llvm/llvm-project/commit/b8e09f15539a12b27429460cd9eaf38e83c2d634
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2022-04-12 (Tue, 12 Apr 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/load-local-redundant-copies.ll
M llvm/test/CodeGen/AMDGPU/store-local.128.ll
Log Message:
-----------
[AMDGPU] Refactor LDS alignment checks.
Move features/bugs checks into the single place
allowsMisalignedMemoryAccessesImpl.
This is mostly NFCI except for the order of selection in couple places.
A separate change may be needed to stop lying about Fast.
Differential Revision: https://reviews.llvm.org/D123343
More information about the All-commits
mailing list