Skip to content
  1. Sep 14, 2007
  2. Sep 13, 2007
    • Evan Cheng's avatar
      Initial support for multi-result patterns: · 59c39dc1
      Evan Cheng authored
      1.
      [(set GR32:$dst, (add GR32:$src1, GR32:$src2)),
       (modify EFLAGS)]
      This indicates the source pattern expects the instruction would produce 2 values. The first is the result of the addition. The second is an implicit definition in register EFLAGS.
      2.
      def : Pat<(parallel (addc GR32:$src1, GR32:$src2), (modify EFLAGS)), ()>
      Similar to #1 except this is used for def : Pat patterns.
      
      llvm-svn: 41897
      59c39dc1
  3. Sep 12, 2007
  4. Sep 11, 2007
  5. Sep 10, 2007
  6. Sep 08, 2007
  7. Sep 07, 2007
  8. Sep 06, 2007
  9. Sep 05, 2007
  10. Sep 04, 2007
  11. Sep 03, 2007
  12. Aug 31, 2007
  13. Aug 30, 2007
Loading