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

Remove llvm.experimental.guard intrinsic #132175

Open
nikic opened this issue Mar 20, 2025 · 1 comment
Open

Remove llvm.experimental.guard intrinsic #132175

nikic opened this issue Mar 20, 2025 · 1 comment

Comments

@nikic
Copy link
Contributor

nikic commented Mar 20, 2025

We should remove llvm.experimental.guard in favor of llvm.experimental.widenable.condition + llvm.experimental.deoptimize. See https://llvm.org/docs/LangRef.html#llvm-experimental-widenable-condition-intrinsic for how these are related.

@nikic
Copy link
Contributor Author

nikic commented Mar 20, 2025

@annamthomas @arpilipe I can't find the discussions about this, but I believe the long term plan was to drop llvm.experimental.guard in favor of llvm.experimental.widenable.condition, and you were working on removing its use in Falcon JIT. Do you have any updates on that?

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

1 participant