[all-commits] [llvm/llvm-project] ad9ae6: MemCpyOpt cannot use ABI alignment even if it was ...
Juneyoung Lee via All-commits
all-commits at lists.llvm.org
Wed Feb 5 13:22:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ad9ae6ee2b3c697a953321eeedb3ab0d0c922864
https://github.com/llvm/llvm-project/commit/ad9ae6ee2b3c697a953321eeedb3ab0d0c922864
Author: Juneyoung Lee <aqjune at gmail.com>
Date: 2020-02-06 (Thu, 06 Feb 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
M llvm/test/Transforms/MemCpyOpt/form-memset.ll
Log Message:
-----------
MemCpyOpt cannot use ABI alignment even if it was not given
Summary: This patch fixes https://bugs.llvm.org/show_bug.cgi?id=44388 which incorrectly assigns an ABI alignment to memset when there was no explicit alignment given.
Reviewers: gchatelet, lenary, nikic
Reviewed By: nikic
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74083
More information about the All-commits
mailing list