Paul Osmialowski

Results 109 comments of Paul Osmialowski

Somehow downstream compiler is capable to find more loops than upstream. Downstream (grep br): ``` br label %L.LB1_352 br i1 %3, label %L.LB1_324, label %L.LB1_323, !llvm.loop !23, !dbg !21 br...

I've added a small code change which mitigates the problem

does this still occur? AFAIK it was fixed 2 years ago...

Seems like each time I thought I was approving particular commit, it was approval for the entire PR!

Hello @SouraVX, are you able to take a closer look at this?

Hi @SouraVX and @jinisusan. I've made a mistake and I am very sorry for the confusion it caused. Despite being aware that the bug manifests itself only on the very...

Do these two instances of the same variable always differ with `DW_AT_location` vs. `DW_AT_linkage_name`?

Would be better if you could add reviewers, otherwise things may remain unnoticed...

Funny finding I've made: if you change order of the CONTIGUOUS and SAVE attribute (namely, `SAVE, CONTIGUOUS` instead of `CONTIGUOUS, SAVE`) this code compiles!