Commit ebb8ffde authored by Nikita Popov's avatar Nikita Popov
Browse files

[InstSimplify] Extract commutative and folds into helper (NFCI)

There are a number of and folds that are repeated for both
operand orders. Move these into a helper that is invoked with
both orders.

This is conceptually NFC, but may not be entirely so, as the order
of folds may change.
parent c350a1ea
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