[PATCH] D73273: [RDA] Skip debug values
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 07:52:12 PST 2020
SjoerdMeijer added a comment.
Looks like a straightforward fix to me as top-level function `processBasicBlock()` skips over debug instructions, and this is consistent with that.
Just one question, one nit: the test case looks big to me, would it be easy to reduce it?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73273/new/
https://reviews.llvm.org/D73273
More information about the llvm-commits
mailing list