[PATCH] D65945: [LLVM][Alignment] Make functions using log of alignment explicit

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 03:00:02 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL371045: [LLVM][Alignment] Make functions using log of alignment explicit (authored by gchatelet, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65945?vs=218868&id=218874#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65945/new/

https://reviews.llvm.org/D65945

Files:
  llvm/trunk/docs/MIRLangRef.rst
  llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h
  llvm/trunk/include/llvm/CodeGen/MachineFunction.h
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/trunk/lib/CodeGen/AsmPrinter/WinException.cpp
  llvm/trunk/lib/CodeGen/BranchRelaxation.cpp
  llvm/trunk/lib/CodeGen/MIRParser/MIParser.cpp
  llvm/trunk/lib/CodeGen/MIRParser/MIRParser.cpp
  llvm/trunk/lib/CodeGen/MIRPrinter.cpp
  llvm/trunk/lib/CodeGen/MachineBasicBlock.cpp
  llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp
  llvm/trunk/lib/CodeGen/MachineFunction.cpp
  llvm/trunk/lib/CodeGen/PatchableFunction.cpp
  llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/trunk/lib/Target/AArch64/AArch64Subtarget.cpp
  llvm/trunk/lib/Target/AArch64/AArch64Subtarget.h
  llvm/trunk/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  llvm/trunk/lib/Target/AMDGPU/R600AsmPrinter.cpp
  llvm/trunk/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/trunk/lib/Target/AMDGPU/SIISelLowering.h
  llvm/trunk/lib/Target/ARC/ARCMachineFunctionInfo.h
  llvm/trunk/lib/Target/ARM/ARM.td
  llvm/trunk/lib/Target/ARM/ARMBasicBlockInfo.cpp
  llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp
  llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
  llvm/trunk/lib/Target/ARM/ARMSubtarget.cpp
  llvm/trunk/lib/Target/ARM/ARMSubtarget.h
  llvm/trunk/lib/Target/AVR/AVRISelLowering.cpp
  llvm/trunk/lib/Target/BPF/BPFISelLowering.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonBranchRelaxation.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonFixupHwLoops.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp
  llvm/trunk/lib/Target/Lanai/LanaiISelLowering.cpp
  llvm/trunk/lib/Target/MSP430/MSP430ISelLowering.cpp
  llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h
  llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp
  llvm/trunk/lib/Target/Mips/MipsAsmPrinter.cpp
  llvm/trunk/lib/Target/Mips/MipsBranchExpansion.cpp
  llvm/trunk/lib/Target/Mips/MipsConstantIslandPass.cpp
  llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp
  llvm/trunk/lib/Target/PowerPC/PPCBranchSelector.cpp
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h
  llvm/trunk/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/trunk/lib/Target/Sparc/SparcISelLowering.cpp
  llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp
  llvm/trunk/lib/Target/SystemZ/SystemZLongBranch.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86RetpolineThunks.cpp
  llvm/trunk/lib/Target/XCore/XCoreISelLowering.cpp
  llvm/trunk/test/CodeGen/ARM/constant-island-movwt.mir
  llvm/trunk/test/CodeGen/ARM/fp16-litpool-arm.mir
  llvm/trunk/test/CodeGen/ARM/fp16-litpool-thumb.mir
  llvm/trunk/test/CodeGen/ARM/fp16-litpool2-arm.mir
  llvm/trunk/test/CodeGen/ARM/fp16-litpool3-arm.mir
  llvm/trunk/test/CodeGen/Mips/unaligned-memops-mapping.mir
  llvm/trunk/test/CodeGen/PowerPC/block-placement.mir
  llvm/trunk/test/CodeGen/X86/tail-merge-after-mbp.mir
  llvm/trunk/test/DebugInfo/X86/debug-loc-offset.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65945.218874.patch
Type: text/x-patch
Size: 68233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190905/cd77e234/attachment-0001.bin>


More information about the llvm-commits mailing list