I.e for blsi match (and (sub 0, x), x) but we currently miss valid
patterns like (and (and (sub 0, x), y), x).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
LGTM except for a nit.
llvm/test/CodeGen/X86/bmi-out-of-order.ll | ||
---|---|---|
5–7 | These are not necessary. You can just remove them. |
These are not necessary. You can just remove them.