[LLVM][Alignment] Convert isLegalNTStore/isLegalNTLoad to llvm::Align
commit3ad084e5dd6b1f514d62b7543ac5d980c03e1e54
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 5 Sep 2019 13:09:42 +0000 (5 13:09 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 5 Sep 2019 13:09:42 +0000 (5 13:09 +0000)
treedd86e84b7cfb00f7833bee87af0232c8bd7a5a7e
parent9a745c9fa15f584e509e635d1214cce4f95a1a32
[LLVM][Alignment] Convert isLegalNTStore/isLegalNTLoad to llvm::Align

Summary:
This is patch is part of a serie 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/D67223

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371063 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
lib/Analysis/TargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.h
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp