Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
goldstein.w.n retitled this revision from [X86] Add tests for transforming `(x*C0)&C1`->`(-x<<log2(C0&(-C0)))&C1`; NFC to [X86] Add tests for inverting `(x * (Pow2_Ceil(C1) - (1 << C0))) & C1` -> `(-x << C0) & C1`; NFC.May 11 2023, 3:04 PM
This revision is now accepted and ready to land.May 13 2023, 4:13 AM
This revision was landed with ongoing or failed builds.May 13 2023, 12:36 PM
Closed by commit rG36cfea5a98fd: [X86] Add tests for inverting `(x * (Pow2_Ceil(C1) - (1 << C0))) & C1` -> `(-x… (authored by goldstein.w.n). · Explain Why
This revision was automatically updated to reflect the committed changes.