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
Sanjay Patel
e104a5f35a
auto-generate checks
...
llvm-svn: 281756
2016-09-16 17:54:52 +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
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
…
known-power-of-two.ll
[ValueTracking] fix bug computing isKnownToBeAPowerOfTwo() with arithmetic shift right (PR25900)
2015-12-30 22:40:52 +00:00
known-signbit-shift.ll
The patch improves ValueTracking on left shift with nsw flag.
2016-08-24 23:01:33 +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
auto-generate checks
2016-09-16 17:54:52 +00:00
memory-dereferenceable.ll
Teach isDereferenceablePointer to look through returned-argument functions
2016-07-11 03:08:49 +00:00
monotonic-phi.ll
…
pr23011.ll
…