[PATCH] D90463: [VE][NFC] Split up lowering init

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 30 07:58:46 PDT 2020


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

Split up the monolithic VETargetLowering ctor into three initialization phases:

1. initRegisterClasses()
2. initSPUActions()
3. // TODO initVPUActions()


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90463

Files:
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90463.301898.patch
Type: text/x-patch
Size: 17685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201030/699f3dc6/attachment.bin>


More information about the llvm-commits mailing list