[PATCH] D32241: Don't process debug intrinsics in InstCombine

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 09:35:48 PDT 2017


craig.topper added inline comments.


================
Comment at: test/Transforms/InstCombine/debuginfo-skip.ll:2
+; RUN: opt < %s -instcombine -debug -S -o %t 2>&1 | FileCheck %s
+; RUN: FileCheck %s --check-prefix=CHECK-IR
+
----------------
What is the input to this second run of FileCheck? It's not being piped anything.


https://reviews.llvm.org/D32241





More information about the llvm-commits mailing list