[PATCH] D13305: [InstCombine] Remove trivially empty lifetime start/end ranges.

Manman Ren via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 20:50:16 PDT 2015


manmanren added a subscriber: manmanren.
manmanren added a comment.

LGTM otherwise


================
Comment at: test/Transforms/InstCombine/lifetime.ll:2
@@ +1,3 @@
+; RUN: opt < %s -instcombine -S | FileCheck %s
+; RUN: opt < %s -instcombine -S | grep lifetime | count 6
+
----------------
It is probably better to just check the 6 occurrences with a single RUN command.


http://reviews.llvm.org/D13305





More information about the llvm-commits mailing list