[all-commits] [llvm/llvm-project] cc034a: [IR] masked gather/scatter alignment should be set

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Sun Jan 26 10:05:59 PST 2020


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

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/lib/IR/Verifier.cpp
    M llvm/test/Assembler/auto_upgrade_intrinsics.ll
    M llvm/test/Transforms/InstCombine/masked_intrinsics.ll

  Log Message:
  -----------
  [IR] masked gather/scatter alignment should be set

Summary: masked_load and masked_store instructions require the alignment to be specified and a power of two. It seems to me that this requirement applies to masked_gather and masked_scatter as well.

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list