[all-commits] [llvm/llvm-project] a976ea: [Alignment][NFC] Migrate PPC, X86 and XCore backen...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Jun 30 01:09:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a976ea3209b5ad2310882c0895e0095ba4b04eef
https://github.com/llvm/llvm-project/commit/a976ea3209b5ad2310882c0895e0095ba4b04eef
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/XCore/XCoreFrameLowering.cpp
M llvm/lib/Target/XCore/XCoreMachineFunctionInfo.cpp
Log Message:
-----------
[Alignment][NFC] Migrate PPC, X86 and XCore backends to Align
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
Differential Revision: https://reviews.llvm.org/D82779
More information about the All-commits
mailing list