Skip to content
  1. Jul 10, 2019
  2. Aug 14, 2018
    • Tomasz Krupa's avatar
      [X86] Lowering addus/subus intrinsics to native IR · 86a63889
      Tomasz Krupa authored
      Summary: This revision improves previous version (rL330322) which has been reverted due to crashes.
      
      This is the patch that lowers x86 intrinsics to native IR
      in order to enable optimizations. The patch also includes folding
      of previously missing saturation patterns so that IR emits the same
      machine instructions as the intrinsics.
      
      Reviewers: craig.topper, spatel, RKSimon
      
      Reviewed By: craig.topper
      
      Subscribers: mike.dvoretsky, DavidKreitzer, sroland, llvm-commits
      
      Differential Revision: https://reviews.llvm.org/D46179
      
      llvm-svn: 339650
      86a63889
Loading