Add tests for BMI patterns across non-adjacent and assosiative instructions.
I.e for blsi match (and (sub 0, x), x) but we currently miss valid patterns like (and (and (sub 0, x), y), x). Reviewed By: pengfei Differential Revision: https://reviews.llvm.org/D141178
Loading
Please sign in to comment