[PATCH] D125018: [ValueTypes] Define MVTs for v128i2/v64i4 as well as i2 and i4.

Hendrik Greving via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 08:59:36 PDT 2022


hgreving created this revision.
Herald added subscribers: hiraditya, dschuff.
Herald added a project: All.
hgreving requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

Adds MVT::v128i2, MVT::v64i4, and implied MVT::i2, MVT::i4 to support
for downstream targets.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125018

Files:
  llvm/include/llvm/CodeGen/ValueTypes.td
  llvm/include/llvm/Support/MachineValueType.h
  llvm/lib/CodeGen/ValueTypes.cpp
  llvm/lib/IR/Function.cpp
  llvm/utils/TableGen/CodeGenTarget.cpp
  llvm/utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125018.427346.patch
Type: text/x-patch
Size: 50613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220505/0559461d/attachment.bin>


More information about the llvm-commits mailing list