[all-commits] [llvm/llvm-project] af3c52: [Alignment][NFC] Simplify IRTranslator::getMemOpAl...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Mar 30 23:57:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: af3c52d5580fbb47cc88adeec7a928516e4b6cea
https://github.com/llvm/llvm-project/commit/af3c52d5580fbb47cc88adeec7a928516e4b6cea
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
Log Message:
-----------
[Alignment][NFC] Simplify IRTranslator::getMemOpAlignment
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/D77078
More information about the All-commits
mailing list