Skip to content
  1. Oct 13, 2011
  2. Oct 12, 2011
  3. Oct 11, 2011
  4. Oct 10, 2011
  5. Oct 08, 2011
  6. Oct 07, 2011
  7. Oct 06, 2011
  8. Oct 05, 2011
    • Jakob Stoklund Olesen's avatar
      Remove unused DstSubIdx argument. · 3abead76
      Jakob Stoklund Olesen authored
      llvm-svn: 141214
      3abead76
    • Jakob Stoklund Olesen's avatar
      Simplify EXTRACT_SUBREG emission. · f7957a98
      Jakob Stoklund Olesen authored
      EXTRACT_SUBREG is emitted as %dst = COPY %src:sub, so there is no need to
      constrain the %dst register class.  RegisterCoalescer will apply the
      necessary constraints if it decides to eliminate the COPY.
      
      The %src register class does need to be constrained to something with
      the right sub-registers, though.  This is currently done manually with
      COPY_TO_REGCLASS nodes.  They can possibly be removed after this patch.
      
      llvm-svn: 141207
      f7957a98
Loading