mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 04:26:45 +00:00

fixes https://github.com/llvm/llvm-project/issues/118847 implements matchers for reassociatable opcodes as well as helpers for commonly used reassociatable binary matchers. --------- Co-authored-by: Min-Yih Hsu <min@myhsu.dev>