[all-commits] [llvm/llvm-project] 17f5d2: [Alignment][NFC] Attributes use Align/MaybeAlign

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


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 17f5d2b1a5c942f1c0576c50274dbb07b6dc7036
      https://github.com/llvm/llvm-project/commit/17f5d2b1a5c942f1c0576c50274dbb07b6dc7036
  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/include/llvm/IR/Function.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/lib/IR/AttributeImpl.h
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
    M llvm/unittests/IR/AttributesTest.cpp

  Log Message:
  -----------
  [Alignment][NFC] Attributes use Align/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

Subscribers: jholewinski, hiraditya, llvm-commits

Tags: #llvm

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

llvm-svn: 375495




More information about the All-commits mailing list