[all-commits] [llvm/llvm-project] d0a7cc: [Alignment][NFC] Use Align with CreateMaskedScatte...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Jan 27 01:25:01 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d0a7cc717734ca85e9ad652671d8dfa2456243a7
      https://github.com/llvm/llvm-project/commit/d0a7cc717734ca85e9ad652671d8dfa2456243a7
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

  Log Message:
  -----------
  [Alignment][NFC] Use Align with CreateMaskedScatter/Gather

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

This patch shows that CreateMaskedScatter/CreateMaskedGather can only take positive non zero alignment values.

Reviewers: courbet

Subscribers: hiraditya, llvm-commits, delena

Tags: #llvm

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




More information about the All-commits mailing list