[all-commits] [llvm/llvm-project] e8a0a0: [Alignment][NFC] Convert AllocaInst to MaybeAlign
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Oct 25 13:42:08 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e8a0a0904b2b144929312ac424626b3e026bf9fb
https://github.com/llvm/llvm-project/commit/e8a0a0904b2b144929312ac424626b3e026bf9fb
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2019-10-25 (Fri, 25 Oct 2019)
Changed paths:
M llvm/include/llvm/IR/Instructions.h
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/CodeGen/SjLjEHPrepare.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
Log Message:
-----------
[Alignment][NFC] Convert AllocaInst to MaybeAlign
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
Reviewed By: courbet
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69301
More information about the All-commits
mailing list