[all-commits] [llvm/llvm-project] 5f8bdb: [Alignment][NFC] TargetLowering::allowsMemoryAccess

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Jun 30 01:17:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f8bdb3e6a997a3031a447db38bd3c358fee86e4
      https://github.com/llvm/llvm-project/commit/5f8bdb3e6a997a3031a447db38bd3c358fee86e4
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.h
    M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp

  Log Message:
  -----------
  [Alignment][NFC] TargetLowering::allowsMemoryAccess

Second patch of a series to adapt TargetLowering::allowsXXX functions

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/D82785




More information about the All-commits mailing list