[all-commits] [llvm/llvm-project] 9068bc: [Alignment][NFC] Deprecate InstrTypes getRetAlignm...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Apr 3 06:22:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9068bccbae340c4b281ad92ba041a934de39fac3
https://github.com/llvm/llvm-project/commit/9068bccbae340c4b281ad92ba041a934de39fac3
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-04-03 (Fri, 03 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/IR/CallSite.h
M llvm/include/llvm/IR/InstrTypes.h
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/IR/Value.cpp
Log Message:
-----------
[Alignment][NFC] Deprecate InstrTypes getRetAlignment/getParamAlignment
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/D77312
More information about the All-commits
mailing list