Skip to content
  1. Apr 19, 2013
    • Hal Finkel's avatar
      Implement optimizeCompareInstr for PPC · 82656cb2
      Hal Finkel authored
      Many PPC instructions have a so-called 'record form' which stores to a specific
      condition register the result of comparing the result of the instruction with
      zero (always as a signed comparison). For integer operations on PPC64, this is
      always a 64-bit comparison.
      
      This implementation is derived from the implementation in the ARM backend;
      there are some differences because PPC condition registers are allocatable
      virtual registers (although the record forms always use a specific one), and we
      look for a matching subtraction instruction after the compare (but before the
      first use) in addition to before it.
      
      llvm-svn: 179802
      82656cb2
  2. Apr 18, 2013
  3. Apr 17, 2013
  4. Apr 16, 2013
  5. Apr 15, 2013
  6. Apr 14, 2013
Loading