Commit f0cdf4b4 authored by Anna Thomas's avatar Anna Thomas
Browse files

[InstCombine] Check FPMathOperator for Ctx before FMF check

We need to check FPMathOperator for Ctx instruction before checking fast
math flag on this Ctx.

Ctx is not always an FPMathOperator, so explicitly check for it.

Fixes #71548.
parent 551c280c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment