summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ConstProp
Commit message (Expand)AuthorAgeFilesLines
* [ConstantFold] fix inconsistent handling of extractelement with undef index (...Sanjay Patel2019-10-131-1/+1
* [ConstProp] add tests for extractelement with undef index; NFCSanjay Patel2019-10-091-6/+27
* [ConstProp] allow folding for fma that produces NaNSanjay Patel2019-09-121-25/+12
* [ConstProp] add tests for fma that produce NaN; NFCSanjay Patel2019-09-111-0/+133
* [ConstProp] move test file from InstSimplify; NFCSanjay Patel2019-09-111-0/+126
* [ConstantFolding] Fix 'undef' folding for @llvm.[us]{add,sub}.with.overflow o...Roman Lebedev2019-09-011-5/+8
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1735-0/+2580
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1735-2580/+0
* [ConstantFolding] Fix GetConstantFoldFPValue to avoid cast overflow.Bixia Zheng2019-03-221-0/+10
* [ConstantFold] Fix misfolding fcmp of a ConstantExpr NaN with itself.Andrew Scheidecker2019-02-191-4/+4
* [ConstantFold] Fix misfolding of icmp with a bitcast FP second operand.Andrew Scheidecker2019-02-191-2/+15
* [ConstProp] add IR tests to show miscompiles; NFCSanjay Patel2019-02-131-0/+36
* [ConstProp] add test for miscompile from bitcast transform; NFCSanjay Patel2019-02-121-2/+16
* [ConstantFolding] Fold undef for integer intrinsicsNikita Popov2019-01-111-16/+8
* [ConstantFolding] Consolidate and extend bitcount intrinsic tests; NFCNikita Popov2018-12-201-8/+0
* [ConstantFolding] Add undef tests for overflow intrinsics; NFCNikita Popov2018-12-201-0/+71
* [ConstantFolding] Regenerate test checks; NFCNikita Popov2018-12-201-78/+58
* [ConstantFolding] Handle leading zero-size elements in load foldingNikita Popov2018-12-111-0/+39
* Disable calls to *_finite and other glibc-only functions on Musl.Eli Friedman2018-11-061-0/+43
* [X86] Add constant folding for AVX512 versions of scalar floating point to in...Craig Topper2018-08-121-0/+490
* [ConstProp] Fix calls-math-finite.ll on FreeBSDFangrui Song2018-07-261-1/+1
* Make uitofp and sitofp defined on overflow.Eli Friedman2018-06-141-2/+2
* [ConstProp] move tests for fp <--> int; NFCSanjay Patel2018-06-061-0/+40
* [TargetLibraryInfo] fix finite mathlib function availabilitySanjay Patel2018-01-081-16/+39
* [X86] Replace 'REQUIRES: x86' in tests with 'REQUIRES: x86-registered-target'...Craig Topper2017-06-041-1/+1
* Fix two tests that weren't correctly copied.Daniel Jasper2017-05-141-1/+0
* ConstProp: Split x86 SSE intrinsic tests out of calls.llJustin Bogner2017-05-132-206/+209
* [ConstantFolding] Add folding for various math '__<func>_finite' routines gen...Andrew Kaylor2017-05-121-0/+83
* opt: Rename -default-data-layout flag to -data-layout and make it always over...Peter Collingbourne2017-02-171-2/+2
* [InstCombiner] Simplify lib calls to `round{,f}`Bryant Wong2016-12-261-0/+8
* Don't remove side effecting instructions due to ConstantFoldInstructionDavid Majnemer2016-07-221-40/+40
* [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...Simon Pilgrim2016-07-191-3/+5
* [X86][SSE] Improve constant folding tests for CVTSD/CVTSS/CVTTSD/CVTTSSSimon Pilgrim2016-07-081-17/+188
* Revert "[SCCP] Partially propagate informations when the input is not fully d...Davide Italiano2016-05-111-1/+0
* [SCCP] Partially propagate informations when the input is not fully defined.Davide Italiano2016-05-101-0/+1
* IR: Make ConstantDataArray::getFP actually return a ConstantDataArrayJustin Bogner2015-12-091-0/+10
* [test] (NFC) Simplify Transforms/ConstProp/calls.llVedant Kumar2015-08-281-680/+116
* Enable constant propagation for more math functionsErik Schnetter2015-08-271-41/+677
* Revert 246186; still breaks on some systemsErik Schnetter2015-08-271-677/+41
* Enable constant propagation for more math functionsErik Schnetter2015-08-271-41/+677
* Revert r246158 since it breaks LLVM.Transforms/ConstProp.calls.llErik Schnetter2015-08-271-636/+41
* Enable constant propagation for more math functionsErik Schnetter2015-08-271-41/+636
* Fix assert when inlining a constantexpr addrspacecastMatt Arsenault2015-07-271-2/+5
* [ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.Andrea Di Biagio2015-05-141-0/+97
* Constfold insertelement to undef when index is out-of-boundsPawel Bylica2015-04-271-1/+21
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-133-11/+11
* ConstantFold: Fix big shift constant foldingDavid Majnemer2015-03-131-0/+69
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-19/+19
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-1/+1
* Avoid conversion to float when creating ConstantDataArray/ConstantDataVector.Rafael Espindola2015-02-192-0/+21
OpenPOWER on IntegriCloud