[all-commits] [llvm/llvm-project] 4474d4: [VE][NFC] Split up lowering init
Simon Moll via All-commits
all-commits at lists.llvm.org
Fri Oct 30 08:19:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4474d4d49ce1d13e593136f60fcf888ee6ee2947
https://github.com/llvm/llvm-project/commit/4474d4d49ce1d13e593136f60fcf888ee6ee2947
Author: Simon Moll <simon.moll at emea.nec.com>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VEISelLowering.h
Log Message:
-----------
[VE][NFC] Split up lowering init
Split up the monolithic VETargetLowering ctor into three initialization phases:
1. initRegisterClasses()
2. initSPUActions()
3. // TODO initVPUActions()
Reviewed By: kaz7
Differential Revision: https://reviews.llvm.org/D90463
More information about the All-commits
mailing list