Skip to content
  1. Apr 17, 2009
  2. Apr 16, 2009
  3. Apr 15, 2009
  4. Apr 14, 2009
  5. Apr 13, 2009
  6. Apr 12, 2009
  7. Apr 11, 2009
  8. Apr 10, 2009
  9. Apr 09, 2009
    • Bob Wilson's avatar
      Fix pr3954. The register scavenger asserts for inline assembly with · 51856173
      Bob Wilson authored
      register destinations that are tied to source operands.  The
      TargetInstrDescr::findTiedToSrcOperand method silently fails for inline
      assembly.  The existing MachineInstr::isRegReDefinedByTwoAddr was very
      close to doing what is needed, so this revision makes a few changes to
      that method and also renames it to isRegTiedToUseOperand (for consistency
      with the very similar isRegTiedToDefOperand and because it handles both
      two-address instructions and inline assembly with tied registers).
      
      llvm-svn: 68714
      51856173
Loading