llvm-project/llvm/test/Analysis
David Sherwood ef1ca4d3e9 [AArch64] Fix incorrect use of MVT::getVectorNumElements in AArch64TTIImpl::getVectorInstrCost
If we are inserting into or extracting from a scalable vector we do
not know the number of elements at runtime, so we can only let the
index wrap for fixed-length vectors.

Tests added here:

  Analysis/CostModel/AArch64/sve-insert-extract.ll

Differential Revision: https://reviews.llvm.org/D117099
2022-01-13 09:27:14 +00:00
..
AliasSet
AssumptionCache
BasicAA [Tests] Add elementtype attribute to indirect inline asm operands (NFC) 2022-01-06 14:23:51 +01:00
BlockFrequencyInfo [test][NewPM] Remove RUN lines using -analyze 2021-09-02 11:38:14 -07:00
BranchProbabilityInfo [BPI] Look-up tables for non-loop branches. NFC. 2021-11-22 10:30:42 +00:00
CFLAliasAnalysis
CallGraph [test] Cleanup tests with -enable-new-pm in llvm/test/Analysis 2021-09-04 16:06:10 -07:00
CostModel [AArch64] Fix incorrect use of MVT::getVectorNumElements in AArch64TTIImpl::getVectorInstrCost 2022-01-13 09:27:14 +00:00
CycleInfo Reapply CycleInfo: Introduce cycles as a generalization of loops 2021-12-10 14:36:43 +05:30
DDG
Delinearization [SCEV] Use full logic when infering flags on add and gep 2021-10-03 15:32:15 -07:00
DemandedBits [test][NewPM] Remove RUN lines using -analyze 2021-09-02 11:38:14 -07:00
DependenceAnalysis [SCEV] Infer flags from add/gep in any block 2021-10-06 11:11:54 -07:00
DivergenceAnalysis [test][NewPM] Remove RUN lines using -analyze 2021-09-02 11:38:14 -07:00
DominanceFrontier
Dominators Introduce NewPM .dot printers for DomTree 2022-01-05 23:25:40 +00:00
FunctionPropertiesAnalysis
GlobalsModRef [GlobalsModRef] Apply indirect-global rule to all globals initialized from noalias calls 2022-01-11 08:44:31 -08:00
IRSimilarityIdentifier [IRSim] Adding support for recognizing branch similarity 2021-09-06 11:55:38 -07:00
IVUsers [test][NewPM] Remove RUN lines using -analyze 2021-09-02 11:38:14 -07:00
LazyCallGraph [LazyCallGraph] Skip blockaddresses 2021-11-01 13:10:24 -07:00
LazyValueAnalysis
LegacyDivergenceAnalysis
Lint
LoopAccessAnalysis [LoopVersioning] Move loop-versioning test to correct directory. 2022-01-07 14:35:13 +00:00
LoopCacheAnalysis/PowerPC [SCEV] Use full logic when infering flags on add and gep 2021-10-03 15:32:15 -07:00
LoopInfo [test][NewPM] Remove RUN lines using -analyze 2021-09-02 11:38:14 -07:00
LoopNestAnalysis [LoopNest] Consider loop nest with inner loop guard using outer loop 2021-05-07 16:04:18 +00:00
MemoryDependenceAnalysis Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
MemorySSA [NFC][llvm] Inclusive language: reword uses of sanity test and check 2021-11-25 07:21:42 -05:00
MustExecute
PhiValues
PostDominators [test][NewPM] Remove RUN lines using -analyze 2021-09-02 11:38:14 -07:00
ProfileSummary
RegionInfo [test][NewPM] Remove RUN lines using -analyze 2021-09-02 11:38:14 -07:00
ScalarEvolution [SCEV] `getSequentialMinMaxExpr()`: look into `umin` when deduplicating operands 2022-01-11 18:51:57 +03:00
ScopedNoAliasAA
StackSafetyAnalysis [stack-safety] Check SCEV constraints at memory instructions. 2021-11-23 15:29:23 -08:00
TypeBasedAliasAnalysis [funcattrs] Infer writeonly argument attribute [part 2] 2022-01-04 09:07:54 -08:00
ValueTracking [test][NewPM] Remove RUN lines using -analyze 2021-09-02 11:38:14 -07:00
alias-analysis-uses.ll