aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Module.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2016-01-15 16:49:33 +0000
committerMichael Kruse <llvm@meinersbur.de>2016-01-15 16:49:33 +0000
commitdc8508e72a0bcd78d014e1d773ef406021dd89b3 (patch)
treed3d2c6c358115c82916fd78f2db5b6c80d869dcf /llvm/lib/IR/Module.cpp
parentc5fba6b512c4b3824611b38d42bf72206e5c713a (diff)
downloadllvm-dc8508e72a0bcd78d014e1d773ef406021dd89b3.zip
llvm-dc8508e72a0bcd78d014e1d773ef406021dd89b3.tar.gz
llvm-dc8508e72a0bcd78d014e1d773ef406021dd89b3.tar.bz2
Do not check JSON alignment of scalar accesses
When importing a schedule, do not verify the load/store alignment of scalar accesses. Scalar loads/store are always created newly in code generation with no alignment restrictions. Previously, scalar alignment was checked if the access instruction happened to be a LoadInst or StoreInst, but only its array (MK_Array) access is relevant. This will be implicitly unit-tested when the access instruction of a value read can be nullptr. Differential Revision: http://reviews.llvm.org/D15680 llvm-svn: 257904
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions