[PATCH] D100006: [Statepoint Lowering] Allow other than N byte sized types in deopt bundle

Yevgeny Rouban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 6 21:32:36 PDT 2021


yrouban added a comment.

In D100006#2672990 <https://reviews.llvm.org/D100006#2672990>, @reames wrote:

> LGTM, looks straight forward.
>
> Though, can you share a bit of motivation?  I'm curious where this is useful.

I found this constraint accidentally while preparing a test for D100009 <https://reviews.llvm.org/D100009> where I wanted to check that an arbitrary sized types are ok for spill slot size promotion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100006



More information about the llvm-commits mailing list