[all-commits] [llvm/llvm-project] 07c9d5: [Alignment][NFC] Use Align with CreateAlignedLoad
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Jan 27 01:59:10 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 07c9d5326648802560adbc1b1b61316c7d3c406d
https://github.com/llvm/llvm-project/commit/07c9d5326648802560adbc1b1b61316c7d3c406d
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M clang/lib/CodeGen/CGBuilder.h
M clang/lib/CodeGen/CGCXX.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M llvm/include/llvm/IR/IRBuilder.h
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M polly/lib/CodeGen/BlockGenerators.cpp
Log Message:
-----------
[Alignment][NFC] Use Align with CreateAlignedLoad
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, bollu
Subscribers: hiraditya, cfe-commits, llvm-commits
Tags: #clang, #llvm
Differential Revision: https://reviews.llvm.org/D73449
More information about the All-commits
mailing list