[PATCH] D63205: Virtualize TargetInstrInfo::getRegClass()
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 07:56:35 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL363931: Virtualize TargetInstrInfo::getRegClass() (authored by rampitec, committed by ).
Herald added a project: LLVM.
Changed prior to commit:
https://reviews.llvm.org/D63205?vs=204288&id=205815#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63205/new/
https://reviews.llvm.org/D63205
Files:
llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h
Index: llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h
===================================================================
--- llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h
+++ llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h
@@ -81,6 +81,7 @@
/// Given a machine instruction descriptor, returns the register
/// class constraint for OpNum, or NULL.
+ virtual
const TargetRegisterClass *getRegClass(const MCInstrDesc &MCID, unsigned OpNum,
const TargetRegisterInfo *TRI,
const MachineFunction &MF) const;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63205.205815.patch
Type: text/x-patch
Size: 608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/4e9ff47f/attachment.bin>
More information about the llvm-commits
mailing list