[all-commits] [llvm/llvm-project] dbc5ac: [Alignment][NFC] Adding Align compatible methods t...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Thu Dec 12 07:36:32 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dbc5acf8ce8ae7b9adfa61e8133b50f2b82e4cde
      https://github.com/llvm/llvm-project/commit/dbc5acf8ce8ae7b9adfa61e8133b50f2b82e4cde
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M clang/lib/CodeGen/CGBuilder.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/lib/IR/IRBuilder.cpp

  Log Message:
  -----------
  [Alignment][NFC] Adding Align compatible methods to IntrinsicInst/IRBuilder

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, cfe-commits, llvm-commits

Tags: #clang, #llvm

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




More information about the All-commits mailing list