[llvm] [X86][BF16] Support INSERT_SUBVECTOR and CONCAT_VECTORS (PR #76485)

Freddy Ye via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 27 20:07:01 PST 2023


================
@@ -7931,6 +7927,14 @@ let Predicates = [HasAVX2, NoVLX] in {
   defm : vextract_lowering<"VEXTRACTI128", v32i8,  v16i8>;
 }
 
+let Predicates = [HasAVXNECONVERT, NoVLX] in {
+  def : Pat<(v16bf16 (X86SubVBroadcastld128 addr:$src)),
----------------
FreddyLeaf wrote:

This file seems to have a good organization on categories of broadcast, insert and extract. Why put these three together?

https://github.com/llvm/llvm-project/pull/76485


More information about the llvm-commits mailing list