summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fold-and-shift.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86] Prevent folding a load into an AND if that AND is really a ZEXT_INREG t...Craig Topper2019-04-241-4/+4
* [X86] Remove dead nodes left after ReplaceAllUsesWith calls during address ma...Craig Topper2019-04-241-6/+6
* [X86] Use a signed mask in foldMaskedShiftToScaledMask to enable a shorter im...Craig Topper2019-04-061-2/+2
* [X86] Add test cases to show missed opportunities to use a sign extended 8 or...Craig Topper2019-04-061-0/+34
* [X86] Autogenerate complete checks. NFCCraig Topper2019-04-061-16/+30
* X86: Do not use llc -march in tests.Matthias Braun2017-08-021-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-6/+6
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-4/+4
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-4/+4
* Revert r147945 which disabled an addressing mode transformation. I hadChandler Carruth2012-01-111-10/+10
* Disable the transformation I added in r147936 to see if it fixes someChandler Carruth2012-01-111-10/+10
* Teach the X86 instruction selection to do some heroic transforms toChandler Carruth2012-01-111-0/+44
* Cleanup and FileCheck-ize a test.Chandler Carruth2012-01-091-13/+25
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Fold some and + shift in x86 addressing mode.Evan Cheng2007-12-131-0/+21
OpenPOWER on IntegriCloud