Skip to content
  1. Sep 27, 2011
  2. Sep 26, 2011
  3. Sep 25, 2011
    • Jakob Stoklund Olesen's avatar
      Add target hook for pseudo instruction expansion. · df977fed
      Jakob Stoklund Olesen authored
      Many targets use pseudo instructions to help register allocation.  Like
      the COPY instruction, these pseudos can be expanded after register
      allocation.  The early expansion can make life easier for PEI and the
      post-ra scheduler.
      
      This patch adds a hook that is called for all remaining pseudo
      instructions from the ExpandPostRAPseudos pass.
      
      llvm-svn: 140472
      df977fed
    • Nadav Rotem's avatar
      [vector-select] Address one of the issues in pr10902. EXTRACT_VECTOR_ELEMENT · 22799491
      Nadav Rotem authored
      SDNodes may return values which are wider than the incoming element types. In
      this patch we fix the integer promotion of these nodes.
      
      Fixes spill-q.ll when running -promote-elements.
      
      llvm-svn: 140471
      22799491
Loading