summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ConstProp/loads.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+310
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-310/+0
* [ConstantFolding] Handle leading zero-size elements in load foldingNikita Popov2018-12-111-0/+39
* opt: Rename -default-data-layout flag to -data-layout and make it always over...Peter Collingbourne2017-02-171-2/+2
* Fix assert when inlining a constantexpr addrspacecastMatt Arsenault2015-07-271-2/+5
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-9/+9
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-19/+19
* Look through addrspacecast in IsConstantOffsetFromGlobalMatt Arsenault2014-07-141-0/+13
* Teach the constant folder to look through bitcast constant expressionsChandler Carruth2014-05-151-0/+34
* Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-201-3/+17
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-28/+28
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-081-32/+100
* When loading from a constant, fold inttoptr if the integer type and the resul...Anders Carlsson2011-02-061-0/+17
* fix PR5978 by peeling the loop so that we avoid shifting theChris Lattner2010-01-081-0/+10
* Fix PR5551 by not ignoring the top level constantexpr whenChris Lattner2009-12-041-0/+9
* fix PR5287, a serious regression from my previous patches. Thanks toChris Lattner2009-10-241-24/+38
* teach libanalysis to simplify vector loads with bitcast sources. ThisChris Lattner2009-10-231-0/+10
* enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 Chris Lattner2009-10-231-0/+11
* teach libanalysis to fold int and fp loads from almost arbitraryChris Lattner2009-10-231-0/+68
OpenPOWER on IntegriCloud