Skip to content

[SPIR-V] Promote arbitrary width ints to regular width#249

Open
michalpaszkowski wants to merge 1 commit into
feature/spirv-backend-llvm15_0_7_2from
feature_promote_arbitrary_width_integers
Open

[SPIR-V] Promote arbitrary width ints to regular width#249
michalpaszkowski wants to merge 1 commit into
feature/spirv-backend-llvm15_0_7_2from
feature_promote_arbitrary_width_integers

Conversation

@michalpaszkowski
Copy link
Copy Markdown
Member

After this patch all arbitrary size integers (smaller than 64 bits) in LLVM IR will be promoted to regular size type in SPIR-V (OpTypeInt 8/16/32/64).

Support for generating arbitrary size integer types in SPIR-V with SPV_INTEL_arbitrary_precision_integers extension will be added in the following patch.

@michalpaszkowski michalpaszkowski changed the base branch from feature/spirv-backend-llvm15_0_7 to feature/spirv-backend-llvm15_0_7_2 March 2, 2023 00:22
@michalpaszkowski michalpaszkowski force-pushed the feature_promote_arbitrary_width_integers branch from 6e08094 to 6d3aff5 Compare March 2, 2023 00:50
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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