summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SeparateConstOffsetFromGEP
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-175-0/+681
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-175-681/+0
* [Split GEP] handle trunc() in separate-const-offset-from-gep pass.Artem Belevich2018-05-112-14/+35
* [AMDGPU] Change constant addr space to 4Yaxun Liu2018-02-131-32/+32
* [SeparateConstOffsetFromGEP] Fix up addrspace in the AMDGPU testMarek Olsak2018-01-311-6/+6
* [SeparateConstOffsetFromGEP] Preserve metadata when splitting GEPsMarek Olsak2018-01-311-0/+45
* AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault2017-03-211-3/+3
* [NVPTX] Enable the load-store vectorizer on nvptx.Justin Lebar2016-07-201-16/+16
* [ReassociateGEP] Update tests to allow missing "inbounds" on certain GEPs.Jingyue Wu2016-07-152-9/+9
* XFAIL two SeparateConstOffsetFromGEP testsDavid Majnemer2016-07-152-0/+2
* [ValueTracking] Remove dead code from an old experimentPhilip Reames2016-03-031-33/+0
* [SeparateConstOffsetFromGEP] sext(a)+sext(b) => sext(a+b) when a+b can't sign...Jingyue Wu2015-08-141-0/+38
* [SeparateConstOffsetFromGEP] strengthen the inbounds attributeJingyue Wu2015-08-134-28/+28
* AMDGPU: Fix some places missed in renameMatt Arsenault2015-06-193-3/+3
* SeparateConstOffsetFromGEP: Pass address space to isLegalAddressingModeMatt Arsenault2015-06-072-0/+97
* [ValueTracking] refactor: extract method haveNoCommonBitsSetJingyue Wu2015-05-141-0/+33
* [SeparateConstOffsetFromGEP] garbage-collect intermediate instructionsJingyue Wu2015-04-212-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-16/+16
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-272-75/+75
* [SeparateConstOffsetFromGEP] Fixed a bug related to unsigned moduloJingyue Wu2014-10-251-0/+24
* [SeparateConstOffsetFromGEP] Fixed a bug in rebuilding OR expressionsJingyue Wu2014-10-251-0/+19
* Partially revert r210444 due to performance regressionJingyue Wu2014-07-162-29/+59
* [NVPTX] Rename registers %fl -> %fd and %rl -> %rdJustin Holewinski2014-07-161-3/+3
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-091-2/+1
* [SeparateConstOffsetFromGEP] inbounds zext => sext for better splittingJingyue Wu2014-06-082-3/+71
* [SeparateConstOffsetFromGEP] make two tests more strictJingyue Wu2014-06-081-4/+4
* Fixed several correctness issues in SeparateConstOffsetFromGEPJingyue Wu2014-06-052-55/+193
* Fixed a test in r209670Jingyue Wu2014-05-271-2/+1
* Distribute sext/zext to the operands of and/or/xorJingyue Wu2014-05-271-0/+19
* Add the extracted constant offset using GEPJingyue Wu2014-05-232-13/+30
* Add an optimization that does CSE in a group of similar GEPs.Eli Bendersky2014-05-013-0/+165
OpenPOWER on IntegriCloud