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

Fix wasm optimization compilation errors #1134

Closed
wants to merge 2 commits into from
Closed

Fix wasm optimization compilation errors #1134

wants to merge 2 commits into from

Conversation

farwayer
Copy link
Contributor

Summary

For now enabling the HERMES_RUN_WASM flags causes compilation errors

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Sep 25, 2023
@facebook-github-bot
Copy link
Contributor

@tmikov has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@@ -20,6 +20,7 @@ add_hermes_library(hermesOptimizer
Optimizer/Scalar/InstSimplify.cpp
Optimizer/Scalar/Auditor.cpp
Optimizer/Wasm/WasmSimplify.cpp
Optimizer/Wasm/EmitWasmIntrinsics.cpp
Copy link
Contributor

Choose a reason for hiding this comment

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

If we are moving EmitWasmIntrinsics into the optimizer lib, it should be removed from the frontend lib below.

@tmikov
Copy link
Contributor

tmikov commented Oct 18, 2023

Closing, since no response from PR author in two weeks.

@tmikov tmikov closed this Oct 18, 2023
@farwayer
Copy link
Contributor Author

Ah sorry, missed the message.
Removed from the frontend lib. Should Optimizer/Wasm/WasmIntrinsics.cpp be moved to optimizer lib too? I'm not familiar with the Hermes internal kitchen.

@tmikov tmikov reopened this Oct 19, 2023
@facebook-github-bot
Copy link
Contributor

@farwayer has updated the pull request. You must reimport the pull request before landing.

@facebook-github-bot
Copy link
Contributor

@tmikov has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@tmikov merged this pull request in e0e7519.

@farwayer farwayer deleted the fix-wasm-intrinsics branch October 27, 2023 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants