Skip to content
  1. 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
    • Evan Cheng's avatar
      Fixed a typo that's causing a missing kill marker. · d8317967
      Evan Cheng authored
      llvm-svn: 41893
      d8317967
  2. Sep 12, 2007
  3. Sep 11, 2007
  4. Sep 10, 2007
  5. Sep 09, 2007
Loading