[PATCH] D145137: [SPIR-V] Promote arbitrary width ints to regular width

Michal Paszkowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 13:23:45 PST 2023


mpaszkowski added a comment.

In D145137#4182622 <https://reviews.llvm.org/D145137#4182622>, @arsenm wrote:

> Why is this not changing any legalizer rules?

@arsenm In MIR still only legal int widths are 8/16/32/64 bits. I assume that the next patch adding the support for SPV_INTEL_arbitrary_precision_integers extension should change the legalizer rules.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145137/new/

https://reviews.llvm.org/D145137



More information about the llvm-commits mailing list