[all-commits] [llvm/llvm-project] 830cfd: Utils: Mostly convert memcpy expansion to use Align
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Mar 22 08:22:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 830cfda19f7a574cad16d5a27091abd35e3c1e59
https://github.com/llvm/llvm-project/commit/830cfda19f7a574cad16d5a27091abd35e3c1e59
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-03-22 (Sun, 22 Mar 2020)
Changed paths:
M llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
M llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
M llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
Log Message:
-----------
Utils: Mostly convert memcpy expansion to use Align
The TTI hooks aren't converted. I also think the intrinsics should
have mandatory alignment and never return MaybeAlign.
More information about the All-commits
mailing list