OSDN Git Service

Refactor the AddrMode class out of TLI to its own header file.
authorNadav Rotem <nrotem@apple.com>
Mon, 8 Oct 2012 23:06:34 +0000 (23:06 +0000)
committerNadav Rotem <nrotem@apple.com>
Mon, 8 Oct 2012 23:06:34 +0000 (23:06 +0000)
commitad6aedc7d980d407da4452ff3ed4592d3df1a3f7
treefc738ed679ae9f1a32ec4efa9c2a9081fb098b8e
parent0327244ec62f8bfbc5911b3df7253fe6aa9a51cf
Refactor the AddrMode class out of TLI to its own header file.
This class is used by LSR and a number of places in the codegen.
This is the first step in de-coupling LSR from TLI, and creating
a new interface in between them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165455 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/AddressingMode.h [new file with mode: 0644]
include/llvm/Target/TargetLowering.h
include/llvm/Transforms/Utils/AddrModeMatcher.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp