[PATCH] D64141: [CodeGen] Add larger vector types for i32 and f32

Thomas Raoux via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 10:16:33 PDT 2019


ThomasR created this revision.
ThomasR added reviewers: majnemer, jmolloy.
Herald added subscribers: llvm-commits, kristina, aheejin, hiraditya, dschuff.
Herald added a project: LLVM.

Some out of tree backend require larger vector type. Since maintaining the changes out of tree is difficult due to the many manual changes needed when adding a new type we are adding it even if no backend currently use it.


Repository:
  rL LLVM

https://reviews.llvm.org/D64141

Files:
  llvm/include/llvm/CodeGen/ValueTypes.h
  llvm/include/llvm/CodeGen/ValueTypes.td
  llvm/include/llvm/Support/MachineValueType.h
  llvm/lib/CodeGen/ValueTypes.cpp
  llvm/test/TableGen/intrinsic-varargs.td
  llvm/utils/TableGen/CodeGenTarget.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64141.207824.patch
Type: text/x-patch
Size: 34280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190703/e874a5e2/attachment.bin>


More information about the llvm-commits mailing list