Skip to content
  1. Nov 06, 2009
  2. Nov 05, 2009
  3. Nov 04, 2009
  4. Nov 03, 2009
  5. Nov 02, 2009
  6. Oct 31, 2009
  7. Oct 30, 2009
    • Dan Gohman's avatar
      Fix MachineLICM to use the correct virtual register class when · 49fa51d9
      Dan Gohman authored
      unfolding loads for hoisting.  getOpcodeAfterMemoryUnfold returns the
      opcode of the original operation without the load, not the load
      itself, MachineLICM needs to know the operand index in order to get
      the correct register class. Extend getOpcodeAfterMemoryUnfold to
      return this information.
      
      llvm-svn: 85622
      49fa51d9
Loading