[all-commits] [llvm/llvm-project] 0a0d54: [Alignment][NFC] Introduce Align in IRBuilder
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Dec 11 05:42:40 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0a0d54b3579146bec66267a456059dae1b851889
https://github.com/llvm/llvm-project/commit/0a0d54b3579146bec66267a456059dae1b851889
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2019-12-11 (Wed, 11 Dec 2019)
Changed paths:
M llvm/include/llvm/IR/IRBuilder.h
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/lib/Transforms/Scalar/SROA.cpp
Log Message:
-----------
[Alignment][NFC] Introduce Align in IRBuilder
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/D71343
More information about the All-commits
mailing list