diff options
author | Jakub Lichman <limo@google.com> | 2020-08-26 16:41:04 +0000 |
---|---|---|
committer | Jakub Lichman <limo@google.com> | 2020-09-02 12:37:35 +0000 |
commit | f5ed22f09dd95c879b57a11c42d2fa7f5ef5e72d (patch) | |
tree | 6551453e5d35380674eda42267d4f3692054450d /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 626c3738cdfa49527097fccdf89e22949138ade7 (diff) | |
download | llvm-f5ed22f09dd95c879b57a11c42d2fa7f5ef5e72d.zip llvm-f5ed22f09dd95c879b57a11c42d2fa7f5ef5e72d.tar.gz llvm-f5ed22f09dd95c879b57a11c42d2fa7f5ef5e72d.tar.bz2 |
[mlir][VectorToSCF] 128 byte alignment of alloc ops
Added 128 byte alignment to alloc ops created in VectorToSCF pass.
128b alignment was already introduced to this pass but not to all alloc
ops. This commit changes that by adding 128b alignment to the remaining ops.
The point of specifying alignment is to prevent possible memory alignment errors
on weakly tested architectures.
Differential Revision: https://reviews.llvm.org/D86454
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions