summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update more files added with the old header to the new one.Chandler Carruth2019-02-111-4/+3
| | | | llvm-svn: 353667
* Default lowering for experimental.widenable.conditionMax Kazantsev2019-01-311-0/+86
Introduces a pass that provides default lowering strategy for the `experimental.widenable.condition` intrinsic, replacing all its uses with `i1 true`. Differential Revision: https://reviews.llvm.org/D56096 Reviewed By: reames llvm-svn: 352739
OpenPOWER on IntegriCloud