Skip to content
  1. Sep 19, 2017
    • Sanjay Patel's avatar
      [DAGCombiner] fold assertzexts separated by trunc · f31b1a00
      Sanjay Patel authored
      If we have an AssertZext of a truncated value that has already been AssertZext'ed, 
      we can assert on the wider source op to improve the zext-y knowledge:
       assert (trunc (assert X, i8) to iN), i1 --> trunc (assert X, i1) to iN
      
      This moves a fold from being Mips-specific to general combining, and x86 shows
      improvements.
      
      Differential Revision: https://reviews.llvm.org/D37017
      
      llvm-svn: 313577
      f31b1a00
  2. Sep 18, 2017
  3. Sep 17, 2017
  4. Sep 16, 2017
Loading