2 Commits

Author SHA1 Message Date
Chandler Carruth
19fb84fa59 Update more files added with the old header to the new one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353667 91177308-0d34-0410-b5e6-96231b3b80d8
2019-02-11 08:25:56 +00:00
Max Kazantsev
3dc9375185 Default lowering for experimental.widenable.condition
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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352739 91177308-0d34-0410-b5e6-96231b3b80d8
2019-01-31 09:10:17 +00:00