[PATCH] D90465: [VE] Add +vpu attribute

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 30 08:13:03 PDT 2020


simoll created this revision.
simoll added reviewers: k-ishizaka, kaz7.
simoll added a project: VE.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
simoll requested review of this revision.

`+vpu` controls whether VEISelLowering adds any vregs.
This defaults to `-vpu` to have scalar code generation out of the box.
We bring up vector isel under the `+vpu` flag. Once vector isel is stable we switch to `+vpu` and advertise vregs and vops in TTI.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90465

Files:
  llvm/lib/Target/VE/VE.td
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h
  llvm/lib/Target/VE/VESubtarget.cpp
  llvm/lib/Target/VE/VESubtarget.h
  llvm/lib/Target/VE/VETargetTransformInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90465.301899.patch
Type: text/x-patch
Size: 8831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201030/ee772cab/attachment.bin>


More information about the llvm-commits mailing list