[PATCH] D48331: [DebugInfo][InstCombine] Preserve DI after merging instructions
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 19 12:29:52 PDT 2018
lebedev.ri added inline comments.
================
Comment at: test/Transforms/InstCombine/debuginfo-trunc-and-zext.ll:13-15
+; CHECK: call void @llvm.dbg.value{{.*}}
+; CHECK: call void @llvm.dbg.value{{.*}}
+; CHECK: call void @llvm.dbg.value{{.*}}
----------------
This only check for the existence of three dbginfo's.
I wonder how much noise would the `utils/update_test_checks.py` output contain.
Repository:
rL LLVM
https://reviews.llvm.org/D48331
More information about the llvm-commits
mailing list