summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis
AgeCommit message (Expand)Author
2025-11-21AMDGPU: Improve getShuffleCost accuracy for 8- and 16-bit shuffles (#168818)Nicolai Hähnle
2025-11-21[DA] remove getSplitIteration (#167698)Sebastian Pop
2025-11-21[LoopCacheAnalysis] Replace delinearization for fixed size array (#164798)Ryotaro Kasuga
2025-11-20[DA] remove constraint propagation (#160924)Sebastian Pop
2025-11-20AMDGPU: Expand cost model shufflevector test (#168816)Nicolai Hähnle
2025-11-19[DA] Replace delinearization for fixed size array (#161822)Ryotaro Kasuga
2025-11-18[AArch64] - Improve costing for Identity shuffles for SVE targets. (#165375)Pawan Nirpal
2025-11-17InstCombine: Stop transforming EQ/NE of SHR to 0 to ULT/UGT if >1 usePeter Collingbourne
2025-11-17[CostModel][AArch64] Remove promotion cost for SVE bfloat arith supported wit...Benjamin Maxwell
2025-11-11[AArch64][CostModel] Add SVE bfloat arithmetic tests (NFC) (#166951)Benjamin Maxwell
2025-11-10[RISCV][TTI] Fix crash of non-built-in vector type cost quering. (#167258)Elvis Wang
2025-11-07[DA] Properly pass outermost loop to monotonicity checker (#166928)Ryotaro Kasuga
2025-11-07[AArch64][CostModel] Replace undef with poison in sve-arith-fp.ll (NFC) (#166...Benjamin Maxwell
2025-11-06[DA] Check for overflow in strong SIV test (#166223)Alireza Torabian
2025-11-06[DA] Regenerate test checks (NFC) (#166736)Ryotaro Kasuga
2025-11-04AArch64: Regenerate cost model testsMatt Arsenault
2025-11-04BasicTTI: Cleanup multiple result intrinsic handling (#165970)Matt Arsenault
2025-11-04[LAA] Only use inbounds/nusw in isNoWrap if the GEP is dereferenced. (#161445)Florian Hahn
2025-11-04[AArch64] Improve the cost model for extending mull (#125651)David Green
2025-11-03[AArch64] Remove old non-power2 aarch64-sve-vector-bits-min tests. NFCDavid Green
2025-10-31Revert "[DA] Check for overflow in strong SIV test" (#165905)Ehsan Amiri
2025-10-31[DA] Check for overflow in strong SIV test (#164704)Alireza Torabian
2025-10-31[CostModel][AArch64] Model cost of extract.last.active intrinsic (clastb) (#1...Graham Hunter
2025-10-30[DA] Check nsw when extracting a constant operand of SCEVMul (#164408)Ryotaro Kasuga
2025-10-30[DA] Add tests where dependencies are missed due to overflow (NFC) (#164246)Ryotaro Kasuga
2025-10-29[HashRecognize] Forbid optz when data.next has exit-block user (#165574)Ramkumar Ramachandra
2025-10-27[HLSL] Adding DXIL Storage type into `TypedInfo` (#164887)joaosaffran
2025-10-27[DA] Fix crash when two loops have different type sizes of becount (#165021)Shimin Cui
2025-10-27[LAA] Add additional tests for #161445.Florian Hahn
2025-10-25[DA] Fix absolute value calculation (#164967)Ryotaro Kasuga
2025-10-24[AArch64][CostModel] Reduce cost of wider than legal get.active.lane.mask (#1...Kerry McLaughlin
2025-10-24[ARM] Update remaining cost tests with -cost-kind=all. NFCDavid Green
2025-10-23[ARM] Update more MVE costmodel tests with -cost-kind=all. NFCDavid Green
2025-10-23[Analysis][test] Remove unsafe-fp-math uses (NFC) (#164605)paperchalice
2025-10-22[Matrix] Add tests identifying GVN and DSE opportunities for matrix store / l...Nathan Corbyn
2025-10-21[DA] Add option to enable specific dependence test only (#164245)Ryotaro Kasuga
2025-10-21[DA] Add initial support for monotonicity check (#162280)Ryotaro Kasuga
2025-10-20[SCEV] Add extra test coverage with URem & AddRec guards.Florian Hahn
2025-10-20[SCEV] Preserve divisor info when adding guard info for ICMP_NE via Sub. (#16...Florian Hahn
2025-10-20[IR] Replace alignment argument with attribute on masked intrinsics (#163802)Nikita Popov
2025-10-16[DirectX] Introduce `dx.Padding` type (#160957)Justin Bogner
2025-10-16[SCEV] Add tests with multiple NE guards and different orders.Florian Hahn
2025-10-15[AA] Generate test checks (NFC)Nikita Popov
2025-10-15[CostModel] Generate test checks (NFC)Nikita Popov
2025-10-15[Analysis][AArch64][NFC] Change undef to poison in most tests (#163532)David Sherwood
2025-10-15[AArch64] Replace undef with poison in sve-intrinsics.ll (NFC) (#163399)Kerry McLaughlin
2025-10-14[SCEV] Add initial tests for ptrtoaddr.Florian Hahn
2025-10-14[SCEV] Use context instruction for SCEVUnknowns in getConstantMultiple. (#163...Florian Hahn
2025-10-14[SCEV] Collect guard info for ICMP NE w/o constants. (#160500)Florian Hahn
2025-10-14[DA] getBackedgeTakenCount in isKnownLessThan can return CouldNotCompute (#16...Sjoerd Meijer