| commit | d137a08b0dfbc73eab3d40af532cad08733d08af | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Jul 08 05:46:34 2008 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Jul 08 05:46:34 2008 +0000 |
| tree | 4e6dd62650c02ee354e20484ed3acdd0609de1b3 | |
| parent | 0a1707c6ba820b1ff85acdecb9ba9f6509e7c9e3 [diff] |
Fix three bugs: 1) evaluate [v]fcmp true/false with undefs to true or false instead of undef. 2) fix vector comparisons with undef to return a vector result instead of i1 3) fix vector comparisons with evaluatable results to return vector true/false instead of i1 true/false (PR2529) llvm-svn: 53220