[Alignment][NFC] Add DebugStr and operator*
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 3 Apr 2020 13:55:17 +0000 (13:55 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 6 Apr 2020 07:12:46 +0000 (07:12 +0000)
commit1e34ab98fc6f5ea7e264c0cd19d96b87cbd9c8a5
treedfe81bf0460b53ded5bcd0728836d321794e7376
parent35819ff3cf4cfa3f40be19f5bbfc84d0d9f1f8d7
[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
llvm/include/llvm/Support/Alignment.h
llvm/lib/CodeGen/MachineFrameInfo.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/Target/Mips/MipsRegisterInfo.cpp
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp