1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/Transforms
Florian Hahn a912c32467 [VPlan] Print result value for loads in VPWidenMemoryInst (NFC).
For loads, print the result value.
2020-11-09 14:01:29 +00:00
..
ADCE
AddDiscriminators
AggressiveInstCombine Revert "[AggressiveInstCombine] Generalize foldGuardedRotateToFunnelShift to generic funnel shifts" 2020-11-04 08:39:32 +02:00
AlignmentFromAssumptions Reland [AssumeBundles] Use operand bundles to encode alignment assumptions 2020-09-12 15:36:06 +02:00
ArgumentPromotion [test] Simplify pr33641_remove_arg_dbgvalue.ll 2020-10-23 15:36:05 -07:00
AtomicExpand [AtomicExpand] Avoid creating an unnamed libcall 2020-11-02 17:52:37 +00:00
Attributor [LazyCallGraph] Build SCCs of the reference graph in order 2020-11-02 13:22:42 -08:00
BDCE [DemandedBits][BDCE] Add support for min/max intrinsics 2020-09-10 22:13:31 +02:00
BlockExtractor [BlockExtract][NewPM] Port -extract-blocks to NPM 2020-10-21 12:51:11 -07:00
BranchFolding
CalledValuePropagation
CallSiteSplitting
CanonicalizeAliases
CanonicalizeFreezeInLoops
CodeExtractor Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
CodeGenPrepare [CodeGenPrepare] Remove unused check-prefixes 2020-11-09 13:12:39 +00:00
ConstantHoisting
ConstantMerge
ConstraintElimination [ConstraintElimination] Add add/sub/and/or test cases. 2020-10-13 13:18:32 +01:00
Coroutines llvm.coro.id.async lowering: Parameterize how-to restore the current's continutation context and restart the pipeline after splitting 2020-11-06 06:22:46 -08:00
CorrelatedValuePropagation Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
CrossDSOCFI
DCE
DeadArgElim [IR] Make nosync, nofree and willreturn default for intrinsics. 2020-10-20 11:57:19 +02:00
DeadStoreElimination [DSE] Use same logic as legacy impl to check if free kills a location. 2020-10-31 20:09:25 +00:00
DivRemPairs
EarlyCSE Clean up test file, NFC 2020-09-23 15:32:46 -05:00
EliminateAvailableExternally
EntryExitInstrumenter
ExpandMemCmp
FixIrreducible [FixIrreducible][NewPM] Port -fix-irreducible to NPM 2020-10-09 09:22:09 -07:00
Float2Int
ForcedFunctionAttrs
FunctionAttrs
FunctionImport
GCOVProfiling [gcov] Add spanning tree optimization 2020-09-13 00:07:31 -07:00
GlobalDCE
GlobalMerge
GlobalOpt [globalopt] Teach to look through addrspacecast. 2020-10-16 08:43:09 -04:00
GlobalSplit
GuardWidening
GVN [GVN] Remove unused check-prefixes 2020-11-08 13:36:42 +00:00
GVNHoist
GVNSink [GVNSink][NewPM] Add GVNSinkPass to PassRegistry.def 2020-09-22 08:24:09 -07:00
HardwareLoops [ARM] Add extra MVE tests for various patches. NFC 2020-11-01 16:24:23 +00:00
HelloNew Reland [docs][NewPM] Add docs for writing NPM passes 2020-09-14 16:06:19 -07:00
HotColdSplit [test] HotColdSplit: cover use of opaque pointer type 2020-10-22 12:25:50 -07:00
IndirectBrExpand
IndVarSimplify [Test] One more test on IndVars with negative step 2020-11-06 14:55:50 +07:00
InferAddressSpaces InferAddressSpaces: Fix assert with unreachable code 2020-09-15 15:48:43 -04:00
InferFunctionAttrs [InferAttrs] Add nocapture/writeonly to string/mem libcalls 2020-10-29 20:06:43 +01:00
Inline [Inliner] Handle mustprogress functions 2020-11-06 20:03:46 -05:00
InstCombine [InstCombine] Fix constant-folding of overflowing arithmetic ops on vectors 2020-11-09 14:41:07 +03:00
InstMerge
InstNamer Port -instnamer to NPM 2020-10-22 12:08:36 -07:00
InstSimplify [ConstProp] Remove unused check-prefixes 2020-11-09 13:12:40 +00:00
InterleavedAccess [InterleavedAccess] Remove unused check-prefixes 2020-11-09 13:12:40 +00:00
Internalize
IRCE [IRCE] Do not transform if loop has small number of iterations 2020-10-20 10:33:59 +07:00
JumpThreading Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
LCSSA
LICM Revert "[LoopDeletion] Allows deletion of possibly infinite side-effect free loops" 2020-11-07 00:32:12 -05:00
LoadStoreVectorizer Revert "[AMDGPU] Reorganize GCN subtarget features for unaligned access" 2020-09-29 15:33:34 +02:00
LoopDataPrefetch
LoopDeletion Revert "[LoopDeletion] Allows deletion of possibly infinite side-effect free loops" 2020-11-07 00:32:12 -05:00
LoopDistribute [LoopVersioning] Form dedicated exits for versioned loop to preserve simplify form 2020-10-24 21:40:46 +08:00
LoopFlatten [LoopFlatten] Precommit new test cases. NFC. 2020-10-14 10:09:40 +01:00
LoopFusion [LoopFusion] Regenerate test checks (NFC) 2020-11-02 23:03:37 +01:00
LoopIdiom [NFC][LoopIdiom] Add basic test coverage for 'left-shift until bittest` idiom 2020-11-08 22:35:41 +03:00
LoopInstSimplify
LoopInterchange [LoopInterchange] Skip non SCEV-able operands in cost function. 2020-11-08 11:41:19 +00:00
LoopLoadElim [LoopLoadElim] Filter away candidates that stop being AddRecs after loop versioning. PR47457 2020-09-10 13:30:31 +07:00
LoopPredication
LoopReroll [SCEV] Strength nowrap flags after constant folding 2020-10-25 18:00:22 +01:00
LoopRotate [LoopRotate][NPM] Disable header duplication under -Oz 2020-10-22 08:39:12 -07:00
LoopSimplify [test] Fix tests using -analyze that fail under NPM 2020-10-21 21:54:30 -07:00
LoopSimplifyCFG [LoopSimplifyCFG][NewPM] Rename simplify-cfg -> loop-simplifycfg 2020-09-21 08:27:19 -07:00
LoopStrengthReduce [SCEV] SCEVPtrToIntExpr simplifications 2020-10-30 11:13:35 +03:00
LoopTransformWarning
LoopUnroll [ARM] Add extra MVE tests for various patches. NFC 2020-11-01 16:24:23 +00:00
LoopUnrollAndJam [LoopUnrollAndJam] Allow unroll and jam loops forced by user. 2020-09-17 19:40:14 +00:00
LoopUnswitch
LoopVectorize [VPlan] Print result value for loads in VPWidenMemoryInst (NFC). 2020-11-09 14:01:29 +00:00
LoopVersioning [LoopVersioning] Form dedicated exits for versioned loop to preserve simplify form 2020-10-24 21:40:46 +08:00
LoopVersioningLICM [NPM] Port -loop-versioning-licm to NPM 2020-10-24 21:51:18 +08:00
LowerAtomic
LowerConstantIntrinsics
LowerExpectIntrinsic Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
LowerGuardIntrinsic
LowerInvoke
LowerMatrixIntrinsics [LowerMatrixIntrinsics][NewPM] Fix PreservedAnalyses result 2020-10-21 12:42:16 -07:00
LowerSwitch [LowerSwitch][NewPM] Port lowerswitch to NPM 2020-09-15 18:18:31 -07:00
LowerTypeTests [AArch64] Add BTI to CFI jumptables. 2020-09-29 13:50:23 +02:00
LowerWidenableCondition
MakeGuardsExplicit
Mem2Reg
MemCpyOpt [MemCpyOpt] Remove unused check-prefixes 2020-11-09 12:18:20 +00:00
MergeFunc [MergeFunctions] fix function attribute comparison in FunctionComparator 2020-11-09 09:19:11 +00:00
MergeICmps
MetaRenamer [MetaRenamer][NewPM] Port metarenamer to NPM 2020-10-02 15:42:25 -07:00
NameAnonGlobals
NaryReassociate
NewGVN [NewGVN] Remove unused check-prefixes 2020-11-09 12:18:19 +00:00
ObjCARC Port -objc-arc-expand to NPM 2020-10-26 20:05:10 -07:00
OpenMP [LazyCallGraph] Build SCCs of the reference graph in order 2020-11-02 13:22:42 -08:00
PartialInlining [PartialInliner]: Handle code regions in a switch stmt cases 2020-11-02 14:32:45 -05:00
PartiallyInlineLibCalls
PGOProfile Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
PhaseOrdering [PhaseOrdering] Remove unused check-prefixes 2020-11-08 13:30:18 +00:00
PlaceSafepoints [PlaceSafepoints] Pin tests to legacy PM 2020-10-26 20:07:37 -07:00
PreISelIntrinsicLowering
PruneEH [PruneEH] Pin tests to legacy PM 2020-10-29 18:17:55 -07:00
Reassociate [Reassociate] Guard add-like or conversion into an add with profitability check 2020-11-04 16:10:34 +03:00
Reg2Mem [Reg2Mem] add support for the new pass manager 2020-11-08 11:14:05 +00:00
RewriteStatepointsForGC GC-parseable element atomic memcpy/memmove 2020-10-23 14:06:09 -07:00
SafeStack
SampleProfile Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
ScalarizeMaskedMemIntrin
Scalarizer [Scalarizer] Remove unused check-prefixes 2020-11-09 10:37:17 +00:00
SCCP Revert "[LoopDeletion] Allows deletion of possibly infinite side-effect free loops" 2020-11-07 00:32:12 -05:00
SeparateConstOffsetFromGEP
SimpleLoopUnswitch Revert "[LoopDeletion] Allows deletion of possibly infinite side-effect free loops" 2020-11-07 00:32:12 -05:00
SimplifyCFG [SimplifyCFG] Remove unused check-prefixes 2020-11-09 10:37:18 +00:00
Sink Sink: Handle instruction sink when a user is dead 2020-10-09 16:20:26 -07:00
SLPVectorizer [SLPVectorizer][X86] Remove unused check-prefixes 2020-11-09 11:17:08 +00:00
SpeculateAroundPHIs
SpeculativeExecution
SROA Fix SROA with a PHI mergig values from a same block 2020-10-26 12:58:27 -07:00
StraightLineStrengthReduce [NPM] Port -slsr to NPM 2020-10-27 09:21:40 +08:00
StripDeadPrototypes
StripSymbols [NewPM] Port strip* passes to NPM 2020-09-15 18:25:12 -07:00
StructurizeCFG [StructurizeCFG][NewPM] Port -structurizecfg to NPM 2020-10-23 15:54:03 -07:00
SyntheticCountsPropagation
TailCallElim
ThinLTOBitcodeWriter
TypePromotion/ARM
UnifyFunctionExitNodes [NPM] Port -mergereturn to NPM 2020-10-20 10:33:58 -07:00
UnifyLoopExits [NPM] port -unify-loop-exits to NPM 2020-10-20 10:46:57 -07:00
UniqueInternalLinkageNames Prepend "__uniq" to symbol names hash with -funique-internal-linkage-names. 2020-10-26 14:24:28 -07:00
Util Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
VectorCombine [VectorCombine][X86] Removed unused check prefixes 2020-11-06 17:27:12 +00:00
WholeProgramDevirt [WholeProgramDevirt][NewPM] Add NPM testing path to match legacy pass 2020-09-30 17:27:37 -07:00