[PATCH] D67620: [Alignment][NFC] Remove LogAlignment functions

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 16 07:37:44 PDT 2019


gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: llvm-commits, jsji, atanasyan, MaskRay, jrtc27, kbarton, hiraditya, nhaehnle, jvesely, nemanjai, sdardis, arsenm.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67620

Files:
  llvm/include/llvm/CodeGen/MachineBasicBlock.h
  llvm/lib/CodeGen/BranchRelaxation.cpp
  llvm/lib/CodeGen/MIRParser/MIParser.cpp
  llvm/lib/CodeGen/MIRPrinter.cpp
  llvm/lib/CodeGen/MachineBasicBlock.cpp
  llvm/lib/CodeGen/MachineBlockPlacement.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/ARM/ARMBasicBlockInfo.cpp
  llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
  llvm/lib/Target/Hexagon/HexagonBranchRelaxation.cpp
  llvm/lib/Target/Hexagon/HexagonFixupHwLoops.cpp
  llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
  llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
  llvm/lib/Target/SystemZ/SystemZLongBranch.cpp
  llvm/lib/Target/X86/X86RetpolineThunks.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67620.220339.patch
Type: text/x-patch
Size: 24880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190916/9652a04a/attachment-0001.bin>


More information about the llvm-commits mailing list