summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstSimplify/div.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+196
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-196/+0
* [InstSimplify] fold div/rem of zexted boolSanjay Patel2018-06-251-6/+2
* [InstSimplify] add tests for div/rem with bool divisor; NFCSanjay Patel2018-06-251-0/+22
* [PatternMatch] allow undef elements when matching a vector zeroSanjay Patel2018-04-221-2/+1
* [InstSimplify] move/add/regenerate checks for tests; NFCSanjay Patel2018-04-211-8/+34
* InstSimplify: If divisor element is undef simplify to undefZvi Rackover2018-01-241-0/+16
* [InstSimplify] fix some test names; NFCSanjay Patel2017-09-111-12/+12
* [InstSimplify] refactor udiv/urem code and add tests; NFCISanjay Patel2017-09-101-0/+68
* [InstSimplify] allow folds for bool vector div/remSanjay Patel2017-03-091-5/+3
* [ConstantFold] vector div/rem with any zero element in divisor is undefSanjay Patel2017-03-091-2/+2
* [InstSimplify] add tests for vector constant folding div/rem-by-0; NFCSanjay Patel2017-03-091-0/+16
* [InstSimplify] vector div/rem with any zero element in divisor is undefSanjay Patel2017-03-091-5/+3
* [InstSimplify] add tests for vector div/rem with UB potential; NFCSanjay Patel2017-03-061-0/+42
* [InstSimplify] regenerate checks; NFCSanjay Patel2017-03-061-1/+1
* [InstSimplify] Optimize away udivs in the presence of range metadataDavid Majnemer2017-01-061-0/+15
OpenPOWER on IntegriCloud