llvm-project/llvm/test/Analysis/ValueTracking
Nikita Popov fd7df0cf38 [ValueTracking] Handle shl pair in isKnownNonEqual()
Handle (x << s) != (y << s) where x != y and the shifts are
non-wrapping. Once again, this establishes parity with the
corresponing mul fold that already exists. The shift case is
more powerful because we don't need to guard against multiplies
by zero.
2021-03-26 20:21:05 +01:00
..
aarch64.irg.ll
assume-queries-counter.ll reland [InstCombine] convert assumes to operand bundles 2021-02-13 13:03:11 +01:00
assume.ll reland [InstCombine] convert assumes to operand bundles 2021-02-13 13:03:11 +01:00
deref-abstract-gc.ll [deref] Implement initial set of inference rules for deref-at-point 2021-03-24 16:20:41 -07:00
deref-bitcast-of-gep.ll Autogen some tests for ease of update 2021-03-22 11:06:29 -07:00
dereferenceable-and-aligned.ll
func-ptr-lsb.ll
gep-negative-issue.ll
get-pointer-base-with-const-off.ll
invariant.group.ll
known-bits-from-operator-constexpr.ll [ValueTracking] Avoid blind cast from Operator to Instruction 2020-03-22 14:45:31 +01:00
known-bits-from-range-md.ll
known-non-equal.ll [ValueTracking] Handle shl pair in isKnownNonEqual() 2021-03-26 20:21:05 +01:00
known-nonnull-at.ll Allow nonnull/align attribute to accept poison 2021-01-20 11:31:23 +09:00
known-power-of-two.ll
knownzero-addrspacecast.ll
knownzero-shift.ll Reapply [InstSimplify] Remove known bits constant folding 2020-05-08 10:24:53 +02:00
memory-dereferenceable.ll [deref] Handle byval/byref/sret/inalloc/preallocated arguments for deref-at-point semantics 2021-03-25 14:47:31 -07:00
monotonic-phi.ll [ValueTracking] Handle non-zero shl recurrence 2021-03-26 18:39:06 +01:00
non-negative-phi-bits.ll
numsignbits-from-assume.ll
pr23011.ll
select-pattern.ll
shift-recurrence-knownbits.ll [knownbits] Preserve known bits for small shift recurrences 2021-02-11 17:56:36 -08:00
signbits-extract-elt.ll