[PATCH] D98169: [PoC][IR] Permit load/store/alloca for struct with the same scalable vectors.
    Hsiangkai Wang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Mar 13 05:24:19 PST 2021
    
    
  
HsiangKai added a comment.
This patch is a proof of concept patch. We should have a formal discussion about the idea before reviewing this patch.
Some related patches:
We model segment load/store types in D97264 <https://reviews.llvm.org/D97264>.
We intend to separate the uses of scalable types and scalable vector types in D98161 <https://reviews.llvm.org/D98161>.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98169/new/
https://reviews.llvm.org/D98169
    
    
More information about the llvm-commits
mailing list