aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms
AgeCommit message (Expand)AuthorFilesLines
72 min.[CodeGen] Only use actual alloca alignment (#178361)HEADmainJameson Nash1-2/+1
75 min.[NFCI][IRBuilder] Add CreateAllocationSize helper (#178346)Jameson Nash1-1/+1
3 hours[SLP]Do not vectorize subtrees of the split node, marked as gathers.Alexey Bataev4-41/+185
5 hoursRevert "[VPlan] Add hidden `-vplan-print-after-all` option (#175839)" (#178544)Florian Hahn1-67/+0
7 hours[VPlan] Add hidden `-vplan-print-after-all` option (#175839)Andrei Elovikov1-0/+67
9 hours[StaticDataLayout][MemProf] Annotate string literal hotness by making use of ...Mingming Liu1-26/+67
10 hours[InstCombine] Add combines for unsigned comparison of absolute value to const...Nathan Corbyn1-3/+195
11 hours[CSSPGO] Preserve pseudo-probe discriminators in cloneWithBaseDiscriminator (...Grigory Pastukhov1-0/+33
11 hours[InstCombine][profcheck] Add unknown branch weight to all selects in InstComb...Alan Zhao6-35/+108
12 hours[LLVM] Fix typo "LABLE" in test checks (#178451)Jay Foad1-1/+1
13 hours[SLP] Reordered disjoint or reduction of shl(zext, (0, stride, 2* stride)) mo...Alexey Bataev1-12/+8
13 hours[LoopUnroll] Use branch probability in multi-exit loop unrolling (#164799)Marek Sedláček1-0/+161
13 hours[VPlan] Remove non-reductions after simplifications. (#176795)Florian Hahn1-22/+18
14 hours[SLP]Support for tree throttling in SLP graphs with gathered loadsAlexey Bataev1-13/+12
14 hours[VectorCombine] Fix crash when folding select of bitcast (#177183)Mitch Briles1-0/+351
14 hours[LV] Add support for llvm.vector.partial.reduce.fadd (#163975)Damian Heaton1-0/+757
17 hours[CostModel][X86] reduce_add(vXi1) will lower as a scalar ctpop (#178400)Simon Pilgrim1-118/+13
18 hours[SLP] Fix crash on extractelement with out-of-bounds index.....Fixes … (#17...Soumik15630m1-0/+32
19 hours[SLP][X86] Add test case for #176906 (#178386)Simon Pilgrim1-0/+262
22 hours[InstCombine][profcheck] Preserve !prof metadata when folding select. (#177707)Snehasish Kumar1-5/+10
22 hours[InstCombine][profcheck] Propogate profile metadata when transforming br (X &...Snehasish Kumar1-13/+21
25 hours[LV] Pre-commit test for sinking the recipe into vector early exit block. nfc...Mel Chen2-0/+180
26 hours[VPlan] Create SCEV before any VPIRInstructions to check for overflow (#177911)Jim Lin1-0/+53
27 hoursRevert "[SLP]Support for tree throttling in SLP graphs with gathered loads"Nico Weber1-12/+13
33 hours[AArch64] Align nontemporal store/load little-endian checks (#177468)Tomer Shafir1-65/+115
34 hours[InstCombine][profcheck] More fixes for missing branch data in InstCombineCom...Alan Zhao1-11/+20
34 hours[RISCV] Set the reciprocal throughtput cost for division to TTI::TCC_Expensiv...Ryan Buchner3-14/+9
36 hoursInstCombine: Check one use before trying to simplify copysign sign (#178251)Matt Arsenault1-0/+24
36 hoursInstCombine: Apply demanded mask at recursion limit in SimplifyDemandedFPClas...Matt Arsenault1-1/+1
36 hoursValueTracking: log never returns denormal (#178234)Matt Arsenault3-119/+107
37 hours[SLP][NFC]Add disojoint reduction or tests, which can be represented as bitca...Alexey Bataev1-0/+261
41 hoursInstCombine: Stop preserving undef in SimplifyDemandedFPClass (#178163)Matt Arsenault1-0/+17
42 hoursInstCombine: Add more log nnan/ninf log intrinsic inference tests (#178160)Matt Arsenault1-0/+110
42 hours[NFC][AMDGPU] Add missing `lit.local.cfg` to `PreISelIntrinsicLowering` tests...Abhishek Kaushik1-0/+2
42 hoursInstCombine: Add a few more tests for SimplifyDemandedeFPClass exp handling (...Matt Arsenault1-0/+40
44 hours[LowerMemIntrinsics][AMDGPU] Propagate Debug Value (#178131)Abhishek Kaushik1-0/+330
2 days[InstCombine][profcheck] Fix missing branch data in InstCombineCompares.cpp (...Alan Zhao1-11/+26
2 days[LV] Precommit extra argmin/argmax tests for #170223.Florian Hahn2-0/+136
2 days[InstCombine] Propagate profile metadata when combining selects (#177883)Aiden Grossman1-21/+32
2 days[SLP]Model disjoint or reduction of shl(zext, (0, stride, 2* stride)) as bitcastAlexey Bataev1-6/+2
2 days[VectorCombine] Call cost calculation with correct intrinsic IDs (#177996)Valeriy Savchenko4-14/+1429
2 daysInstCombine: Try SimplifyDemandedBits on copysign signs (#177942)Matt Arsenault1-0/+133
3 days[VectorCombine] Switch vector or<->umax/and<->umin in comparisons (#177159)Valeriy Savchenko4-11/+695
3 days[ConstantFold] constant fold bfloat <-> half bitcasts (#177663)Karol Zwolak1-0/+44
3 days[IRMover] Use signature for exact definition (#177381)Nikita Popov2-0/+57
3 days[llvm][UnifyLoopExits] Avoid optimization if no exit block is found (#165343)Miguel Saldivar1-0/+15
3 days[LV] Add additional tests for early-exit loops loads not known deref.Florian Hahn3-0/+406
3 days[InstCombine] Don't convert a compare+select into a minnum/maxnum intrinsic t...valadaptive5-132/+147
3 days[SLP]Support for tree throttling in SLP graphs with gathered loadsAlexey Bataev1-13/+12
4 days[VectorCombine] Fold vector.reduce.OP(F(X)) == 0 -> OP(X) == 0 (#173069)Valeriy Savchenko2-0/+1344