-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-ftime-trace doesn't work as well with -fexperimental-new-pass-manager #122
Comments
Might have been fixed by https://reviews.llvm.org/rGc5a06019d23 |
@llvm/issue-subscribers-clang-codegen |
I hadn't thought about this in a long time - but I just created a tracefile from LLVM 14.x that I had installed and I did both with the new and the legacy pass manager and it looks fine to me now. I think this can be closed and if someone digs deeper and find any more problems they can re-open or create a new issue. |
….2 (llvm#122) [release/11.x] Update dependencies from dotnet/arcade
…/dot-sphinx/rocm-docs-core-0.20.0 Bump rocm-docs-core from 0.19.0 to 0.20.0 in /docs/.sphinx
[Flang][MLIR] Fix to mapping adding additional map pointer component for Descriptor mappings, helps to fix use_device_addr/ptr with these types
…tions (llvm#122) * [Clang][XTHeadVector] Support `vbool16/32/64_t` for vector mask operations * [Clang][XTHeadVector] Support `vbool16/32/64_t` for vcpop/vfirst * [Clang][XTHeadVector] support wrappers * [Clang][XTHeadVector] fix `vpopc` * [Clang][XTHeadVector] fix `vmsbf`, `vmsif`, `vmsof` * [Clang][XTHeadVector] update tests
I was doing some work with
-ftime-trace
recently and it turns out that if you use it together with-fexperimental-new-pass-manager
the optimization block in the JSON output from time-trace is going to have a huge block that's not annotated the data without the new pass manager is much more detailed.The text was updated successfully, but these errors were encountered: