[PATCH] D9400: llvm.noalias - Use noalias intrinsics when inlining (and update them when cloning metadata)

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 9 17:06:53 PDT 2016


hfinkel added inline comments.

================
Comment at: lib/Transforms/Utils/InlineFunction.cpp:843-844
@@ +842,4 @@
+                          II->getOperand(1))->getMetadata())) {
+	  // If the metadata is not in the map, it could be a new intrinsic
+	  // that was just added.
+          auto MI = MDMap.find(M);
----------------
majnemer wrote:
> Formatting looks like it got weird.
Indeed; tabs :(


http://reviews.llvm.org/D9400





More information about the llvm-commits mailing list