[all-commits] [llvm/llvm-project] fc1946: [Alignment][NFC] Use Align for code creating MemOp
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Feb 3 05:10:49 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fc19465965a74cffa41e385f3cfe9bfca6a7950d
https://github.com/llvm/llvm-project/commit/fc19465965a74cffa41e385f3cfe9bfca6a7950d
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
M llvm/include/llvm/CodeGen/MachineFrameInfo.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
Log Message:
-----------
[Alignment][NFC] Use Align for code creating MemOp
Summary:
This is patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790
Reviewers: courbet
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73874
More information about the All-commits
mailing list