Add rule based matching for detecting and transforming "expr - q * (expr floordiv q)"
to "expr mod q", where q is a symbolic exxpression, in simplifyAdd function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
ping @dcaballe and @springerm , can you please take a look and review this? This is a continuation of semi affine expression simplification PR.
-> Check if lrhsBin... is of the form ...