[all-commits] [llvm/llvm-project] 1e34ab: [Alignment][NFC] Add DebugStr and operator*
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Apr 6 00:16:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1e34ab98fc6f5ea7e264c0cd19d96b87cbd9c8a5
https://github.com/llvm/llvm-project/commit/1e34ab98fc6f5ea7e264c0cd19d96b87cbd9c8a5
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-04-06 (Mon, 06 Apr 2020)
Changed paths:
M llvm/include/llvm/Support/Alignment.h
M llvm/lib/CodeGen/MachineFrameInfo.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/Target/Mips/MipsRegisterInfo.cpp
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
M llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
Log Message:
-----------
[Alignment][NFC] Add DebugStr and operator*
Summary:
Also updates files to use them.
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: sdardis, hiraditya, jrtc27, atanasyan, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77394
More information about the All-commits
mailing list