1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/test/Transforms/ConstraintElimination
Florian Hahn ef79ba8304 [ConstraintElimination] Only strip casts preserving the representation.
Things like addrspacecast may not be no-ops, so we should not look
through them.
2021-03-26 20:07:41 +00:00
..
add-nuw.ll
add.ll
and.ll
decompose-with-temporary-indices.ll
dom.ll
empty-constraint.ll
eq.ll
gep-arithmetic.ll
geps-inbounds-precondition.ll [ConstraintElimination] Add gep tests without inbounds. 2021-03-22 12:23:30 +00:00
geps-pointers-to-arrays.ll [ConstraintElimination] Add multi-dimension GEP tests. 2021-03-22 10:37:12 +00:00
geps-pointers-to-structs.ll [ConstraintElimination] Add multi-dimension GEP tests. 2021-03-22 10:37:12 +00:00
geps-precondition-overflow-check.ll [ConstraintElimination] Add gep tests without inbounds. 2021-03-22 12:23:30 +00:00
geps.ll
i128.ll
large-system-growth.ll
loops-bottom-tested-base.ll
loops-bottom-tested-pointer-cmps.ll
loops-header-tested-base.ll
loops-header-tested-pointer-cmps.ll
loops-header-tested-pointer-iv.ll
loops.ll
mixed-signed-unsigned-predicates.ll
mixed.ll
ne.ll [ConstraintElimination] Use unsigned > 0 instead of != 0. 2021-02-22 17:54:36 +00:00
or.ll
pointercast.ll [ConstraintElimination] Only strip casts preserving the representation. 2021-03-26 20:07:41 +00:00
sge.ll
sub-nuw.ll
sub.ll
uge.ll
ugt-ule.ll
ule.ll
vector-compares.ll
wrapping-math.ll
zext.ll