[all-commits] [llvm/llvm-project] 8e050e: [Alignment][NFC] Use MaybeAlign in AttrBuilder

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Oct 22 04:56:36 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e050e41a4b1193592f9b4298f14935f5878ae5f
      https://github.com/llvm/llvm-project/commit/8e050e41a4b1193592f9b4298f14935f5878ae5f
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M llvm/include/llvm/IR/Attributes.h
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLParser.h
    M llvm/lib/IR/Attributes.cpp

  Log Message:
  -----------
  [Alignment][NFC] Use MaybeAlign in AttrBuilder

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

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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

llvm-svn: 375496




More information about the All-commits mailing list