[all-commits] [llvm/llvm-project] ca11c4: [Alignment][NFC] Convert MachineIRBuilder::buildDy...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Apr 3 02:05:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ca11c480e7845ede2e86a17d0c80a6a97ebd1c61
https://github.com/llvm/llvm-project/commit/ca11c480e7845ede2e86a17d0c80a6a97ebd1c61
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-04-03 (Fri, 03 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/dynamic-alloca.ll
Log Message:
-----------
[Alignment][NFC] Convert MachineIRBuilder::buildDynStackAlloc to Align
Summary:
The change in IRTranslator is not trivial but is NFC as far as I can tell.
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/D77292
More information about the All-commits
mailing list