summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/assume.ll
Commit message (Expand)AuthorAgeFilesLines
* [ValueTracking] isKnownNonZero() should take non-null-ness assumptions into c...Roman Lebedev2019-12-201-11/+10
* [ValueTracking] isValidAssumeForContext(): CxtI itself also must transfer exe...Roman Lebedev2019-12-201-1/+1
* [NFC][InstCombine] Add a test for assume-induced miscompileRoman Lebedev2019-12-201-0/+17
* [NFC][InstCombine] Autogenerate assume.ll testRoman Lebedev2019-12-181-40/+77
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+358
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-358/+0
* [InstCombine] remove stale FIXME comment from test; NFCSanjay Patel2019-03-031-1/+0
* [ValueTracking] do not try to peek through bitcasts in computeKnownBitsFromAs...Sanjay Patel2019-03-031-0/+18
* [InstCombine] ignore debuginfo when removing redundant assumes (PR37726)Sanjay Patel2018-06-201-3/+2
* [InstCombine] add llvm.assume + debuginfo test (PR37726); NFCSanjay Patel2018-06-081-1/+45
* [InstCombine] weaken assertions for icmp folds (PR35846)Sanjay Patel2018-01-091-0/+17
* [ValueTracking] recognize a 'not' of an assumed condition as falseSanjay Patel2017-01-171-2/+2
* [InstCombine] add test to show missed fold using llvm.assume; NFCSanjay Patel2017-01-091-0/+13
* [InstCombine] regenerate checks; NFCSanjay Patel2017-01-091-13/+12
* [InstCombine] remove unnecessary attribute comments from test files; NFCSanjay Patel2017-01-091-9/+0
* [InstCombine] tighten checks for tests of assume -> metadata transform; NFCSanjay Patel2017-01-031-25/+38
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-13/+13
* Make processing @llvm.assume more efficient by using operand bundlesHal Finkel2016-12-151-13/+13
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-8/+8
* Revert r228556: InstCombine: propagate nonNull through assumeChandler Carruth2015-02-101-37/+0
* InstCombine: propagate nonNull through assumeRamkumar Ramachandra2015-02-091-0/+37
* Canonicalize an assume(load != null) into !nonnull metadataPhilip Reames2014-11-111-0/+74
* Check for all known bits on ret in InstCombineHal Finkel2014-09-071-0/+12
* Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel2014-09-071-0/+136
* Canonicalization for @llvm.assumeHal Finkel2014-07-251-0/+43
OpenPOWER on IntegriCloud