From 3d9b39b733df56a97f47cf88d09b327e78d3d21c Mon Sep 17 00:00:00 2001 From: Jessica Paquette Date: Tue, 27 Aug 2019 17:26:44 +0000 Subject: Revert "[GlobalISel] Import patterns containing INSERT_SUBREG" When EXPENSIVE_CHECKS are enabled, GlobalISelEmitterSubreg.td doesn't get stable output. Reverting while I debug it. See: https://reviews.llvm.org/D66498 llvm-svn: 370080 --- llvm/utils/TableGen/CodeGenTarget.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'llvm/utils/TableGen/CodeGenTarget.h') diff --git a/llvm/utils/TableGen/CodeGenTarget.h b/llvm/utils/TableGen/CodeGenTarget.h index d52ffac4ce6..1ab2de269c7 100644 --- a/llvm/utils/TableGen/CodeGenTarget.h +++ b/llvm/utils/TableGen/CodeGenTarget.h @@ -103,12 +103,6 @@ public: /// getRegBank - Return the register bank description. CodeGenRegBank &getRegBank() const; - /// Return the largest register class on \p RegBank which supports \p Ty and - /// covers \p SubIdx if it exists. - Optional - getSuperRegForSubReg(const ValueTypeByHwMode &Ty, CodeGenRegBank &RegBank, - const CodeGenSubRegIndex *SubIdx) const; - /// getRegisterByName - If there is a register with the specific AsmName, /// return it. const CodeGenRegister *getRegisterByName(StringRef Name) const; -- cgit v1.2.3