[PATCH] D48331: [DebugInfo][InstCombine] Preserve DI after combining zext instructions

Anastasis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 28 06:05:53 PDT 2018


gramanas added inline comments.


================
Comment at: test/Transforms/InstCombine/cast-mul-select.ll:3
 ; RUN: opt < %s -instcombine -S | FileCheck %s
+; RUN: opt -debugify -instcombine -S < %s | FileCheck %s -check-prefix DBGINFO
 
----------------
Should I add a note saying that the DBGINFO checks are not autogenerated? 


Repository:
  rL LLVM

https://reviews.llvm.org/D48331





More information about the llvm-commits mailing list