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

[SandboxIR] Implement ConstantTokenNone #108106

Merged
merged 1 commit into from
Sep 12, 2024
Merged

[SandboxIR] Implement ConstantTokenNone #108106

merged 1 commit into from
Sep 12, 2024

Conversation

vporpo
Copy link
Contributor

@vporpo vporpo commented Sep 10, 2024

This patch implements sandboxir::ConstantTokenNone mirroring llvm::ConstantTokenNone.

@@ -1141,6 +1142,36 @@ class BlockAddress final : public Constant {
}
};

class ConstantTokenNone final : public Constant {
Copy link
Member

Choose a reason for hiding this comment

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

TODO: Inherit from ConstantData when that becomes available

This patch implements sandboxir::ConstantTokenNone mirroring llvm::ConstantTokenNone.
@vporpo vporpo merged commit c9ab697 into llvm:main Sep 12, 2024
5 of 7 checks passed
VitaNuo pushed a commit to VitaNuo/llvm-project that referenced this pull request Sep 12, 2024
This patch implements sandboxir::ConstantTokenNone mirroring
llvm::ConstantTokenNone.
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.

2 participants