[PATCH] D50621: [DebugInfo] Fix bug in LiveDebugVariables.
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 29 11:47:15 PDT 2018
bjope added a comment.
In https://reviews.llvm.org/D50621#1217483, @HsiangKai wrote:
> Add -run-pass=virtregrewriter to the test case.
Thanks for the earlier explanation about the assert. I was probably saved by the `!ModifiedMF` clause in the assert when experimenting with `-run-pass=livedebugvars`.
I'm fine with this solution about also running virtregrewriter.
@aprantl, are you OK with this updated test case?
Repository:
rL LLVM
https://reviews.llvm.org/D50621
More information about the llvm-commits
mailing list