Skip to content
Commit a7cee557 authored by Sanjay Patel's avatar Sanjay Patel
Browse files

[InstCombine] fold fdiv with powi divisor (PR49147)

This extends b40fde06 for the especially non-standard
powi pattern. We want to avoid being completely wrong
on the negation-of-int-min corner case, so I'm adding
an extra FMF check for 'ninf' assuming that gives us
the flexibility to handle that possibility.
https://llvm.org/PR49147
parent 868d43fb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment