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

In IR2OC constructor, widenconst OC argtypes #46108

Merged
merged 2 commits into from
Jul 23, 2022
Merged

In IR2OC constructor, widenconst OC argtypes #46108

merged 2 commits into from
Jul 23, 2022

Conversation

Keno
Copy link
Member

@Keno Keno commented Jul 19, 2022

The IR argtypes are lattice elements, but OC needs types.

Copy link
Sponsor Member

@aviatesk aviatesk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we want to use Core.Compiler.anymap instead?

@Keno
Copy link
Member Author

Keno commented Jul 19, 2022

Maybe we want to use Core.Compiler.anymap instead?

Sure that's reasonable.

I also noticed that this function isn't handling isva correctly, so I'll handle that also.

@Keno Keno force-pushed the kf/widenocargs branch 3 times, most recently from ce8532f to 44af5ea Compare July 22, 2022 09:16
The IR argtypes are lattice elements, but OC needs types.
@Keno Keno merged commit fb760d9 into master Jul 23, 2022
@Keno Keno deleted the kf/widenocargs branch July 23, 2022 19:57
ffucci pushed a commit to ffucci/julia that referenced this pull request Aug 11, 2022
* In IR2OC constructor, widenconst OC argtypes

The IR argtypes are lattice elements, but OC needs types.

* Update base/compiler/ssair/legacy.jl

Co-authored-by: Shuhei Kadowaki <[email protected]>

Co-authored-by: Shuhei Kadowaki <[email protected]>
pcjentsch pushed a commit to pcjentsch/julia that referenced this pull request Aug 18, 2022
* In IR2OC constructor, widenconst OC argtypes

The IR argtypes are lattice elements, but OC needs types.

* Update base/compiler/ssair/legacy.jl

Co-authored-by: Shuhei Kadowaki <[email protected]>

Co-authored-by: Shuhei Kadowaki <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants