diff options
author | JF Bastien <jfb@chromium.org> | 2013-05-29 16:47:25 -0700 |
---|---|---|
committer | JF Bastien <jfb@chromium.org> | 2013-05-29 16:47:25 -0700 |
commit | 69671d8bdefb36d637a20efae3f3e5cec297fb40 (patch) | |
tree | 18c49e17a3124a0f9cc6ea537686d9051e696f2a /lib/Transforms/Utils/ModuleUtils.cpp | |
parent | ca7083ab8390a6b126d4fc6cd0c4a2a5e45e0f74 (diff) |
Apply LLVM upstream: r181801 - Fix ARM FastISel tests, as a first step to enabling ARM FastISel
ARM FastISel is currently only enabled for iOS non-Thumb1, and I'm working on
enabling it for other targets. As a first step I've fixed some of the tests.
Changes to ARM FastISel tests:
- Different triples don't generate the same relocations (especially
movw/movt versus constant pool loads). Use a regex to allow either.
- Mangling is different. Use a regex to allow either.
- The reserved registers are sometimes different, so registers get
allocated in a different order. Capture the names only where this
occurs.
- Add -verify-machineinstrs to some tests where it works. It doesn't
work everywhere it should yet.
- Add -fast-isel-abort to many tests that didn't have it before.
- Split out the VarArg test from fast-isel-call.ll into its own
test. This simplifies test setup because of --check-prefix.
R=dschuff@chromium.org
Review URL: https://codereview.chromium.org/15737029
Diffstat (limited to 'lib/Transforms/Utils/ModuleUtils.cpp')
0 files changed, 0 insertions, 0 deletions