[PATCH] D39044: [MachineRegisterInfo] Avoid having dbg.values affect code generation

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 18 04:21:10 PDT 2017


uabelho added a comment.

Not sure who should review this. Added Matthias who seems to have reviewed other patches in MRI.

Does this make sense even without a test case?

When I've tried to reproduce on X86 there always seems to be another COPY making use_empty() return
false, or the dbg.value has been dropped for some reason during ISel.


https://reviews.llvm.org/D39044





More information about the llvm-commits mailing list