[PATCH] D21460: [JumpThreading] Fix handling of aliasing metadata.
Aditya Kumar via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 19 18:28:24 PDT 2016
hiraditya added a subscriber: hiraditya.
================
Comment at: lib/Transforms/Scalar/JumpThreading.cpp:965
@@ +964,3 @@
+ LLVMContext::MD_dereferenceable_or_null};
+ combineMetadata(NLI, LI, KnownIDs);
+ };
----------------
The declaration of KnownIDs seem to be repeated at other places e.g., line 827. Is there a way to merge them, possibly put them all in a separate function.
http://reviews.llvm.org/D21460
More information about the llvm-commits
mailing list