Skip to content
  1. Jan 14, 2006
  2. Jan 13, 2006
  3. Jan 12, 2006
  4. Jan 11, 2006
  5. Jan 10, 2006
  6. Jan 09, 2006
  7. Jan 07, 2006
  8. Jan 06, 2006
  9. Jan 05, 2006
  10. Dec 27, 2005
  11. Dec 26, 2005
    • Evan Cheng's avatar
      Added field noResults to Instruction. · 14c53b45
      Evan Cheng authored
      Currently tblgen cannot tell which operands in the operand list are results so
      it assumes the first one is a result. This is bad. Ideally we would fix this
      by separating results from inputs, e.g. (res R32:$dst),
      (ops R32:$src1, R32:$src2). But that's a more distruptive change. Adding
      'let noResults = 1' is the workaround to tell tblgen that the instruction does
      not produces a result. It works for now since tblgen does not support
      instructions which produce multiple results.
      
      llvm-svn: 25017
      14c53b45
Loading