summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/LoopCacheAnalysis
AgeCommit message (Expand)Author
2025-11-21[LoopCacheAnalysis] Replace delinearization for fixed size array (#164798)Ryotaro Kasuga
2024-11-14[LoopInterchange] Fix overflow in cost calculation (#111807)Sjoerd Meijer
2024-11-04[PowerPC][LLC] Utilize PPC::getNormalizedPPCTargetCPU() to set CPU (#113943)zhijian lin
2024-05-27[LoopCacheAnalysis] Fix loop cache cost to always round the cost up to the ne...Rouzbeh
2024-02-05[Analysis] Convert tests to opaque pointers (NFC)Nikita Popov
2023-07-12[llvm] Remove explicit -opaque-pointers flag from tests (NFC)Nikita Popov
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2022-07-21[LoopCacheAnalysis] Fix a type mismatch problem in cost calculationCongzhe Cao
2022-06-16[TargetTransformInfo] Added an opt/llc option for cache line sizeCongzhe Cao
2022-05-25[NFC][LoopCacheAnalysis] Update test cases to make sure the outputs follow th...Congzhe Cao
2022-05-04[LoopCacheAnalysis][NFC] Add a test case for improved loop cache analysis cos...Congzhe Cao
2022-05-02[LoopCacheAnalysis] Consider dimension depth of the subscript reference when ...Bardia Mahjour
2022-05-02[LoopCacheAnalysis] Use stable_sort() to avoid non-deterministic print outputCongzhe Cao
2022-04-29[LoopCacheAnalysis] Minor test case updateCongzhe Cao
2022-04-29[LoopCacheAnalysis] Enable delinearization of fixed sized arraysCongzhe Cao
2021-10-03[SCEV] Use full logic when infering flags on add and gepPhilip Reames
2021-10-01[SCEV] Stop blindly propagating flags from inbound geps to SCEV nodesPhilip Reames
2021-08-06[LoopCacheAnalysis]: handle mismatch type for Numerator and CacheLineSizeZheng Chen
2020-02-10[LoopCacheAnalysis]: Add support for negative strideRachel Craik
2019-11-15[LoopCacheAnalysis]: Fix assertion failure during cost computationRachel Craik
2019-08-09Title: Improve Loop Cache Analysis LIT tests.Whitney Tsang
2019-08-09Title: Loop Cache AnalysisWhitney Tsang