Details
Details
- Reviewers
fdeazeve - Group Reviewers
debug-info - Commits
- rGbd1109307ad1: [DebugInfo][InstCombine] Fix missing source and variable locations after…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice catch!
llvm/test/DebugInfo/X86/instcombine-fold-cast-into-phi.ll | ||
---|---|---|
8 | Was the double ; intentional here? | |
8–9 | nit: it's probably better to avoid hardcoding the virtual register names | |
31 | I think this is not used anywhere | |
49 | Not sure if worth it, but we could give this an unusual line number and check that the converted phi has a location with that same number. |
Comment Actions
Nice catch!
This issue was discovered using dexter. Thanks for the review! (comments addressed before landing)
Was the double ; intentional here?