Commit 4abb722f authored by Craig Topper's avatar Craig Topper
Browse files

[RISCV] Add tests for opportunities to reassociate to form more shXadd instructions. NFC

These tests consist of patterns like (sh3add Z, (add X, (slli Y, 6)))
that can be reassociated to form (sh3add (sh3add Y, Z), X).
parent 0a6a40d6
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