Issue 171442
Summary [flang] The file path in an optimization remark is wrong
Labels flang
Assignees
Reporter parabola94
    Flang emits the following optimization remarks, but the file path is probably wrong. (If it should be the absolute path, `/` at the head is missing.)

```console
$ flang -O1 -fvectorize -Rpass=vector test.f90
path/to/test.f90:4:3: remark: vectorized loop (vectorization width: 4, interleaved count: 1) [-Rpass=loop-vectorize]
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to