You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Respect per instruction contraction flag in mad pattern match.
SPV_INTEL_fp_fast_math_mode introduces AllowContractFastINTEL fast math flag. When instruction is decorated with this flag, contractions are allowed even if it may violate language standard. This enum maps to LLVM fast math flags, but was not respected in "mad" instruction pattern match.
0 commit comments