Evan Cheng 0104d9de04 - Assign load / store with shifter op address modes the right itinerary classes.
- For now, loads of [r, r] addressing mode is the same as the
  [r, r lsl/lsr/asr #] variants. ARMBaseInstrInfo::getOperandLatency() should
  identify the former case and reduce the output latency by 1.
- Also identify [r, r << 2] case. This special form of shifter addressing mode
  is "free".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117519 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-28 01:49:06 +00:00
..
2010-09-17 21:46:16 +00:00
2010-10-22 21:55:03 +00:00
2010-10-22 23:46:04 +00:00
2010-09-02 20:19:24 +00:00
2010-10-22 22:04:28 +00:00
2010-10-22 21:55:03 +00:00
2010-10-26 21:26:47 +00:00
2010-08-30 23:41:49 +00:00