This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
test
/
Analysis
/
ValueTracking
History
Sanjoy Das
78db2963f6
Revert "[ValueTracking] Improve ValueTracking on left shift with nsw flag"
...
This reverts commit r278172. It causes PR28946. llvm-svn: 278740
2016-08-15 21:01:31 +00:00
..
assume.ll
…
deref-bitcast-of-gep.ll
Reduce dependence on pointee types when deducing dereferenceability
2016-06-01 16:47:45 +00:00
iv-known-sign.ll
[ValueTracking] An improvement to IR ValueTracking on Non-negative Integers
2016-08-10 18:47:19 +00:00
known-bits-from-range-md.ll
InstCombine: Restrict computeKnownBits() on all Values to OptLevel > 2
2016-03-09 18:47:11 +00:00
known-non-equal.ll
[ValueTracking] Add a new predicate: isKnownNonEqual()
2015-10-22 13:18:42 +00:00
known-power-of-two.ll
[ValueTracking] fix bug computing isKnownToBeAPowerOfTwo() with arithmetic shift right (PR25900)
2015-12-30 22:40:52 +00:00
knownnonzero-shift.ll
[ValueTracking] Extend r251146 to catch a fairly common case
2015-10-26 14:10:46 +00:00
knownzero-shift.ll
…
memory-dereferenceable.ll
Teach isDereferenceablePointer to look through returned-argument functions
2016-07-11 03:08:49 +00:00
monotonic-phi.ll
[ValueTracking] Teach isKnownNonZero about monotonically increasing PHIs
2015-09-29 14:08:45 +00:00
pr23011.ll
…