Skip to content
  1. May 10, 2012
    • Jakob Stoklund Olesen's avatar
      Compute a backwards SubReg -> SubRegIndex map for each register. · 9b41e5db
      Jakob Stoklund Olesen authored
      This mapping is for internal use by TableGen. It will not be exposed in
      the generated files.
      
      Unfortunately, the mapping is not completely well-defined. The X86 xmm
      registers appear with multiple sub-register indices in the ymm
      registers. This is because of the odd idempotent sub_sd and sub_ss
      sub-register indices. I hope to be able to eliminate them entirely, so
      we can require the sub-registers to form a tree.
      
      For now, just place the canonical sub_xmm index in the mapping, and
      ignore the idempotents.
      
      llvm-svn: 156519
      9b41e5db
    • Jakob Stoklund Olesen's avatar
      Rename getSubRegs() to computeSubRegs(). · 7d1fa380
      Jakob Stoklund Olesen authored
      That's what it does.
      
      llvm-svn: 156518
      7d1fa380
  2. May 09, 2012
Loading