mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-10-30 08:18:26 +08:00
PatternMatchPass cleanup
Removed unused code
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user