summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr11985.ll
Commit message (Collapse)AuthorAge
* Fix PR11985Michael Liao2012-09-12
- BlockAddress has no support of BA + offset form and there is no way to propagate that offset into machine operand; - Add BA + offset support and a new interface 'getTargetBlockAddress' to simplify target block address forming; - All targets are modified to use new interface and X86 backend is enhanced to support BA + offset addressing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163743 91177308-0d34-0410-b5e6-96231b3b80d8