[all-commits] [llvm/llvm-project] b91535: [Alignment][NFC] Return Align for SelectionDAGNode...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Mar 30 00:31:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b91535f6c7b4963ce185cac7126a795e42e6be4e
      https://github.com/llvm/llvm-project/commit/b91535f6c7b4963ce185cac7126a795e42e6be4e
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-03-30 (Mon, 30 Mar 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp

  Log Message:
  -----------
  [Alignment][NFC] Return Align for SelectionDAGNodes::getOriginalAlignment/getAlignment

Summary:
Also deprecate getOriginalAlignment, getAlignment will take much more time as it is pervasive through the codebase (including TableGened files).

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: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D76933




More information about the All-commits mailing list