[PATCH] D62586: [mips] Move initGlobalBaseReg to MipsFunctionInfo. NFC
Petar Avramovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 06:40:36 PDT 2019
Petar.Avramovic created this revision.
Petar.Avramovic added reviewers: atanasyan, petarj.
Herald added subscribers: llvm-commits, jrtc27, arichardson, sdardis.
Herald added a project: LLVM.
Petar.Avramovic added a child revision: D62585: [MIPS GlobalISel] Lower call for callee that is register.
Petar.Avramovic removed a child revision: D62585: [MIPS GlobalISel] Lower call for callee that is register.
Petar.Avramovic added a parent revision: D62585: [MIPS GlobalISel] Lower call for callee that is register.
Move initGlobalBaseReg from MipsSEDAGToDAGISel to MipsFunctionInfo.
This way functions used for handling position independent code during
instruction selection, getGlobalBaseReg and initGlobalBaseReg,
end up in same class.
Repository:
rL LLVM
https://reviews.llvm.org/D62586
Files:
lib/Target/Mips/MipsMachineFunction.cpp
lib/Target/Mips/MipsMachineFunction.h
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62586.201892.patch
Type: text/x-patch
Size: 8713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190529/90ebc2ae/attachment.bin>
More information about the llvm-commits
mailing list