[PATCH] D13953: Preserve load alignment and dereferenceable metadata during some transformations
Artur Pilipenko via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 21 12:06:39 PDT 2015
apilipenko created this revision.
apilipenko added reviewers: hfinkel, reames.
apilipenko added a subscriber: llvm-commits.
Preserve new !align, !dereferenceable, !dereferenceable_or_null load metadata everywhere we preserve !nonnull metadata.
http://reviews.llvm.org/D13953
Files:
include/llvm/IR/Metadata.h
lib/IR/Metadata.cpp
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
lib/Transforms/InstCombine/InstCombinePHI.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13953.38035.patch
Type: text/x-patch
Size: 5424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151021/e2694582/attachment.bin>
More information about the llvm-commits
mailing list