OSDN Git Service

Address-mode folding for X86FastISel. It's pretty basic, but it
authorDan Gohman <gohman@apple.com>
Thu, 18 Sep 2008 23:23:44 +0000 (23:23 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 18 Sep 2008 23:23:44 +0000 (23:23 +0000)
commit3589308f37177f28257dd1a39dc6d6395a435acb
tree57c4c0e321be8a3ec8025dd860847fa45d1fdd42
parent670ed09238453f2d6614086b0a2d72bed180a8d2
Address-mode folding for X86FastISel. It's pretty basic, but it
catches a fair number of common cases. Note that this currently
causes Fast-ISel to leave behind lots of dead instructions.
Those will be dealt with in subsequent commits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56320 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp