This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Add more tests for folding irem/idiv/mul with select; NFC
Needs ReviewPublic

Authored by goldstein.w.n on Mar 17 2023, 7:04 PM.

Details

Diff Detail

Event Timeline

goldstein.w.n created this revision.Mar 17 2023, 7:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2023, 7:04 PM
goldstein.w.n requested review of this revision.Mar 17 2023, 7:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2023, 7:04 PM

Add a few more tests + rebase

Rebase + add test for missing case with proper speculatation test

Add some additional mul tests