Skip to content
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

Closed
tru opened this issue Feb 10, 2020 · 4 comments
Closed

-ftime-trace doesn't work as well with -fexperimental-new-pass-manager #122

tru opened this issue Feb 10, 2020 · 4 comments

Comments

@tru
Copy link
Collaborator

tru commented Feb 10, 2020

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.

@jdoerfert
Copy link
Member

Might have been fixed by https://reviews.llvm.org/rGc5a06019d23

@llvmbot
Copy link
Member

llvmbot commented Apr 12, 2022

@llvm/issue-subscribers-clang-codegen

@RKSimon
Copy link
Collaborator

RKSimon commented Apr 12, 2022

@tru Was this issue fixed by c5a0601?

@tru
Copy link
Collaborator Author

tru commented Apr 12, 2022

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.

@tru tru closed this as completed Apr 12, 2022
mmitche pushed a commit to mmitche/llvm-project that referenced this issue Aug 3, 2022
….2 (llvm#122)

[release/11.x] Update dependencies from dotnet/arcade
searlmc1 referenced this issue in ROCm/llvm-project Aug 23, 2023
…/dot-sphinx/rocm-docs-core-0.20.0

Bump rocm-docs-core from 0.19.0 to 0.20.0 in /docs/.sphinx
mjklemm pushed a commit to mjklemm/llvm-project that referenced this issue Jul 18, 2024
[Flang][MLIR] Fix to mapping adding additional map pointer component for Descriptor mappings, helps to fix use_device_addr/ptr with these types
RevySR pushed a commit to revyos/llvm-project that referenced this issue Jul 27, 2024
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants