Skip to content
  1. Nov 11, 2012
    • Meador Inge's avatar
      Add method for replacing instructions to LibCallSimplifier · 76fc1a47
      Meador Inge authored
      In some cases the library call simplifier may need to replace instructions
      other than the library call being simplified.  In those cases it may be
      necessary for clients of the simplifier to override how the replacements
      are actually done.  As such, a new overrideable method for replacing
      instructions was added to LibCallSimplifier.
      
      A new subclass of LibCallSimplifier is also defined which overrides
      the instruction replacement method.  This is because the instruction
      combiner defines its own replacement method which updates the worklist
      when instructions are replaced.
      
      llvm-svn: 167681
      76fc1a47
    • Nico Weber's avatar
      FileCheckize test · 1ed35ba2
      Nico Weber authored
      llvm-svn: 167680
      1ed35ba2
    • Richard Smith's avatar
      Fix a typo which Matt pointed out. · 67ea635f
      Richard Smith authored
      llvm-svn: 167679
      67ea635f
  2. Nov 10, 2012
Loading