summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/CodeGenPrepare/widenable-condition.ll
Commit message (Collapse)AuthorAgeFilesLines
* Lower widenable_conditions in CGPPhilip Reames2019-01-311-0/+93
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. Differential Revision: https://reviews.llvm.org/D57473 llvm-svn: 352779
OpenPOWER on IntegriCloud