This is an archive of the discontinued LLVM Phabricator instance.

Lower widenable_conditions in CGP
ClosedPublic

Authored by reames on Jan 30 2019, 2:10 PM.

Details

Summary

This ensures that if we make it to the backend w/o lowering widenable_conditions first, that we generate correct code. Doing it in CGP - instead of isel - let's us fold control flow before hitting block local instruction selection.

Diff Detail

Repository
rL LLVM

Event Timeline

reames created this revision.Jan 30 2019, 2:10 PM
This revision is now accepted and ready to land.Jan 30 2019, 6:51 PM
This revision was automatically updated to reflect the committed changes.