mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
7049eb9c94
Summary: Currently when --passes is used, any passes specified via -foo are ignored. Explicitly bail out when that happens. This requires changing some tests. Most were straightforward, but codegenprepare-produced-address-math.ll is tricky. One of its RUNs runs CodeGenPrepare. I tried porting CodeGenPrepare to the NPM, but ended up getting stuck when I needed a TargetMachine. NPM doesn't have support for MachineFunctions yet. So I just deleted that RUN line, since it was mass-added in https://reviews.llvm.org/D54848 and is likely not that useful. Reviewers: echristo, hans Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D82271 |
||
---|---|---|
.. | ||
base-pointers-1.ll | ||
base-pointers-2.ll | ||
base-pointers-3.ll | ||
base-pointers-4.ll | ||
base-pointers-5.ll | ||
base-pointers-6.ll | ||
base-pointers-7.ll | ||
base-pointers-8.ll | ||
base-pointers-9.ll | ||
base-pointers-10.ll | ||
base-pointers-11.ll | ||
base-pointers-12.ll | ||
base-pointers-13.ll | ||
base-pointers.ll | ||
base-vector.ll | ||
basic.ll | ||
basics.ll | ||
call-gc-result.ll | ||
check_traversal_order.ll | ||
codegen-cond.ll | ||
constants.ll | ||
deopt-intrinsic-cconv.ll | ||
deopt-intrinsic.ll | ||
deopt-lowering-attrs.ll | ||
deref-pointers.ll | ||
drop-invalid-metadata.ll | ||
gc-relocate-creation.ll | ||
invokes.ll | ||
leaf-function.ll | ||
libcall.ll | ||
live-vector-nosplit.ll | ||
liveness-basics.ll | ||
patchable-statepoints.ll | ||
preprocess.ll | ||
relocate-invoke-result.ll | ||
relocation.ll | ||
rematerialize-derived-pointers.ll | ||
rewrite-invoke.ll | ||
scalar-base-vector-2.ll | ||
scalar-base-vector.ll | ||
statepoint-attrs.ll | ||
statepoint-calling-conventions.ll | ||
statepoint-coreclr.ll | ||
statepoint-format.ll | ||
two-invokes-one-landingpad.ll | ||
unreachable-regression.ll | ||
vector-bitcast.ll |