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

Dmitry Mikulin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 09:57:12 PDT 2017


dmikulin 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
+
----------------
craig.topper wrote:
> What is the input to this second run of FileCheck? It's not being piped anything.
Sorry, forgot to update the test, it's meant to be:
; RUN: cat %t | FileCheck %s --check-prefix=CHECK-IR



https://reviews.llvm.org/D32241





More information about the llvm-commits mailing list