Details
Details
- Reviewers
fdeazeve - Group Reviewers
debug-info - Commits
- rGbd1109307ad1: [DebugInfo][InstCombine] Fix missing source and variable locations after…
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
3,460 ms | x64 debian > BOLT.runtime::meta-merge-fdata.test |
Event Timeline
Comment Actions
Nice catch!
llvm/test/DebugInfo/X86/instcombine-fold-cast-into-phi.ll | ||
---|---|---|
7 | Was the double ; intentional here? | |
7–8 | nit: it's probably better to avoid hardcoding the virtual register names | |
30 | I think this is not used anywhere | |
48 | 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?