[Alignment][NFC] Deprecate InstrTypes getRetAlignment/getParamAlignment
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 2 Apr 2020 15:10:30 +0000 (15:10 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 3 Apr 2020 13:21:58 +0000 (13:21 +0000)
commit9068bccbae340c4b281ad92ba041a934de39fac3
tree8d92fe7b03f1a5e7930a05291421fffef7d41aee
parent5e426363ba4bd7b5e298be2b2ee4634e7abe7083
[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
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/include/llvm/IR/CallSite.h
llvm/include/llvm/IR/InstrTypes.h
llvm/include/llvm/IR/IntrinsicInst.h
llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/lib/IR/Value.cpp