[all-commits] [llvm/llvm-project] 301b41: [Alignment][NFC] Finish transition for `Loads`
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Oct 21 08:09:06 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 301b4128acbdbf829d4c92907f2a1784b61e83b0
https://github.com/llvm/llvm-project/commit/301b4128acbdbf829d4c92907f2a1784b61e83b0
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2019-10-21 (Mon, 21 Oct 2019)
Changed paths:
M llvm/include/llvm/Analysis/Loads.h
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/MemDerefPrinter.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/CodeGen/MachineOperand.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
Log Message:
-----------
[Alignment][NFC] Finish transition for `Loads`
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, asbirlea, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69253
llvm-svn: 375419
More information about the All-commits
mailing list