| commit | 87b9e1b727550f5186c1fe6145f3585c191babbc | [log] [tgz] |
|---|---|---|
| author | Sanjoy Das <sanjoy@playingwithpointers.com> | Fri Apr 08 18:21:11 2016 +0000 |
| committer | Sanjoy Das <sanjoy@playingwithpointers.com> | Fri Apr 08 18:21:11 2016 +0000 |
| tree | 38ae458660a08eb7a0c16cfd935367f2f36929a5 | |
| parent | 5155edc6583aee9264a94abf2c43dca936669d0c [diff] |
Propagate Undef in llvm.cos Intrinsic Summary: The llvm cos intrinsic currently does not propagate undef's. This change transforms cos(undef) to null value or 0. There are 2 test cases added as well. Patch by Anna Thomas! Reviewers: sanjoy Subscribers: majnemer, llvm-commits Differential Revision: http://reviews.llvm.org/D18863 llvm-svn: 265825