[PATCH] D99482: [PoC][Clang][CodeGen] Do not use getelementptr for scalable struct.

Hsiangkai Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 31 19:51:09 PDT 2021


HsiangKai added a comment.

In D99482#2661334 <https://reviews.llvm.org/D99482#2661334>, @frasercrmck wrote:

> Are there any tests for this?

The only scalable struct types are Zvlsseg types in Clang. We have use cases in D99593 <https://reviews.llvm.org/D99593>. I have no separate test cases in this commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99482



More information about the cfe-commits mailing list