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
Don't apply fast math flags to selected math builtins.
Disable module-wide unsafe math optimizations.
Update CustomUnsafeOptPass tests to use fast math flag
on arithmetic floating point operations.
Fix regressions in CustomUnsafeOptPass by propagating
fast math flags to newly created fsub and fdiv instructions.
Keep handling xor optimizations by using an old method of
looking up module metadata for FastRelaxedMath flag.
0 commit comments