summaryrefslogtreecommitdiff
path: root/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SeedCollectorTest.cpp
AgeCommit message (Expand)Author
2025-08-22[SandboxVec][SeedCollector] Implement collection of seeds with different type...vporpo
2025-06-27[SandboxVec][SeedCollector][NFC] Replace cl::opt flags with constructor args ...vporpo
2025-06-26TargetLibraryInfo: Delete default TargetLibraryInfoImpl constructor (#145826)Matt Arsenault
2024-11-20[SandboxVec][SeedCollector] Reject non-simple memory ops for memory seeds (#1...Sterling-Augustine
2024-11-12[SandboxVectorizer] Register erase callback for seed collection (#115951)Sterling-Augustine
2024-10-23[SandboxVectorizer] New class to actually collect and manage seeds (#113386)Sterling-Augustine
2024-10-21[SandboxVectorizer] revert New class to actually collect and manage s… (#11...Sterling-Augustine
2024-10-21[SandboxVectorizer] New class to actually collect and manage seeds (#112979)Sterling-Augustine
2024-10-14[SandboxVectorizer] Add container class to track and manage SeedBundles (#112...Sterling-Augustine
2024-10-08[SandboxVectorizer] Add MemSeed bundle types (#111584)Sterling-Augustine
2024-10-07[SandboxIR][NFC] Remove unused include (#111422)Sterling-Augustine
2024-10-07[SandboxVectorizer] Define SeedBundle: a set of instructions to be vectorized...Sterling-Augustine