mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-10-30 08:18:26 +08:00
avoid y*(1/x) for double precision type
Avoid y*(1/x) for double precision type.
This commit is contained in:
committed by
igcbot
parent
77fb673e76
commit
8d12a0f6e4
@ -225,6 +225,7 @@ namespace IGC
|
||||
bool MatchDp4a(llvm::GenIntrinsicInst& I);
|
||||
bool MatchLogicAlu(llvm::BinaryOperator& I);
|
||||
bool MatchRsqrt(llvm::BinaryOperator& I);
|
||||
bool MatchArcpFdiv(llvm::BinaryOperator& I);
|
||||
bool MatchBlockReadWritePointer(llvm::GenIntrinsicInst& I);
|
||||
bool MatchGradient(llvm::GenIntrinsicInst& I);
|
||||
bool MatchSampleDerivative(llvm::GenIntrinsicInst& I);
|
||||
|
||||
Reference in New Issue
Block a user