PatternMatchPass cleanup

Removed unused code
This commit is contained in:
Guzhaev, Dmitry
2023-07-06 15:05:42 +00:00
committed by igcbot
parent 7848176e26
commit 72f99595b9
4 changed files with 0 additions and 279 deletions

View File

@ -211,7 +211,6 @@ namespace IGC
bool MatchAbsNeg(llvm::Instruction& I);
bool MatchFloatingPointSatModifier(llvm::Instruction& I);
bool MatchIntegerSatModifier(llvm::Instruction& I);
bool MatchPredicate(llvm::SelectInst& I);
bool MatchSelectModifier(llvm::SelectInst& I);
bool MatchPow(llvm::IntrinsicInst& I);
bool MatchGenericPointersCmp(llvm::CmpInst& I);
@ -226,7 +225,6 @@ namespace IGC
bool MatchDp4a(llvm::GenIntrinsicInst& I);
bool MatchLogicAlu(llvm::BinaryOperator& I);
bool MatchRsqrt(llvm::BinaryOperator& I);
bool MatchLoadStorePointer(llvm::Instruction& I, llvm::Value& ptrVal);
bool MatchBlockReadWritePointer(llvm::GenIntrinsicInst& I);
bool MatchGradient(llvm::GenIntrinsicInst& I);
bool MatchSampleDerivative(llvm::GenIntrinsicInst& I);