[all-commits] [llvm/llvm-project] a98662: [Alignment][NFC] Update MachineMemOperand implemen...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Fri Mar 27 01:16:02 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineMemOperand.h
    M llvm/lib/CodeGen/MachineOperand.cpp

  Log Message:
  -----------
  [Alignment][NFC] Update MachineMemOperand implementation to use MaybeAlign

Summary:
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

Reviewed By: courbet

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list