[all-commits] [llvm/llvm-project] 94b0c3: [Alignment][NFC] Migrate HandleByVal to Align
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Jun 8 03:50:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 94b0c32a0b94b8df6a1185c0d0be68ad20505c3a
https://github.com/llvm/llvm-project/commit/94b0c32a0b94b8df6a1185c0d0be68ad20505c3a
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-06-08 (Mon, 08 Jun 2020)
Changed paths:
M llvm/include/llvm/CodeGen/CallingConvLower.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/CallingConvLower.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/Mips/MipsISelLowering.h
M llvm/utils/TableGen/CallingConvEmitter.cpp
Log Message:
-----------
[Alignment][NFC] Migrate HandleByVal to Align
Summary: Note to downstream target maintainers: this might silently change the semantics of your code if you override `TargetLowering::HandleByVal` without marking it `override`.
This 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: sdardis, hiraditya, jrtc27, atanasyan, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81365
More information about the All-commits
mailing list