[PATCH] [InstCombine] Propagate non-null facts to call parameters

Nick Lewycky nlewycky at google.com
Mon Jun 1 14:59:15 PDT 2015


================
Comment at: test/Transforms/InstCombine/nonnull-param.ll:1
@@ +1,2 @@
+; RUN: opt -S -instcombine %s | FileCheck %s
+
----------------
Please use "opt -S -instcombine < %s" so that it doesn't emit a ModuleID comment with the filename.

http://reviews.llvm.org/D9132

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list