Skip to content
  1. Jul 31, 2013
  2. Jul 29, 2013
  3. Jul 28, 2013
  4. Jul 26, 2013
  5. Jul 24, 2013
  6. Jul 23, 2013
  7. Jul 22, 2013
  8. Jul 21, 2013
  9. Jul 18, 2013
  10. Jul 17, 2013
  11. Jul 16, 2013
    • Juergen Ributzka's avatar
      [X86] Use min/max to optimze unsigend vector comparison on X86 · 3d527d80
      Juergen Ributzka authored
      Use PMIN/PMAX for UGE/ULE vector comparions to reduce the number of required
      instructions. This trick also works for UGT/ULT, but there is no advantage in
      doing so. It wouldn't reduce the number of instructions and it would actually
      reduce performance.
      
      Reviewer: Ben
      
      radar:5972691
      
      llvm-svn: 186432
      3d527d80
  12. Jul 15, 2013
  13. Jul 14, 2013
  14. Jul 12, 2013
Loading