This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Preserve Instruction name when converting select to max/min/abs.
AbandonedPublic

Authored by craig.topper on Dec 15 2022, 10:55 PM.

Details

Diff Detail

Event Timeline

craig.topper created this revision.Dec 15 2022, 10:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 15 2022, 10:55 PM
craig.topper requested review of this revision.Dec 15 2022, 10:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 15 2022, 10:55 PM

Any there test files that you can regenerate so the varname regexs change?

nikic added a subscriber: nikic.Dec 16 2022, 12:50 AM

D140192 for a more thorough solution to this problem.