[PATCH] D133293: [Assignment Tracking][10/*] salvageDebugInfo for dbg.assign intrinsics
Nuno Lopes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 5 05:51:04 PDT 2022
nlopes added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/Local.cpp:1769
+ } else {
+ DAI->setAddress(UndefValue::get(I->getType()));
+ }
----------------
Please use PoisonValue for placeholder/dummy values. We are trying to get rid of undef.
Thank you!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133293/new/
https://reviews.llvm.org/D133293
More information about the llvm-commits
mailing list