[all-commits] [llvm/llvm-project] 5c1ef3: [CodeGen] Add <4096 x {i1, i16, f16, bf16}> value typ...

Chenguang Wang via All-commits all-commits at lists.llvm.org
Fri May 9 14:53:33 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c1ef33008a4d094b9885bd38c08c6e7d4936059
      https://github.com/llvm/llvm-project/commit/5c1ef33008a4d094b9885bd38c08c6e7d4936059
  Author: Chenguang Wang <w3cing at gmail.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/ValueTypes.td
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/lib/IR/Intrinsics.cpp

  Log Message:
  -----------
  [CodeGen] Add <4096 x {i1,i16,f16,bf16}> value types (#139294)

Some out of tree backend requires these larger vector types. Adding them
to upstream would greatly simplify our maintenance works.

Also updated necessary code for using these types in
Intrinsics.{td,cpp}.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list