This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
/
Vectorize
/
SandboxVectorizer
History
vporpo
d8e9e0af1c
[SandboxVec][LoadStoreVec] Initial pass implementation (
#188308
)
...
This patch implements a new simple region pass that can vectorize store-load chains.
2026-03-31 15:15:43 -07:00
..
Passes
[SandboxVec][LoadStoreVec] Initial pass implementation (
#188308
)
2026-03-31 15:15:43 -07:00
DependencyGraph.cpp
[SandboxVec][DAG] Fix DAG update when user is scheduled (
#187148
)
2026-03-20 15:43:27 -07:00
InstrMaps.cpp
…
Interval.cpp
…
Legality.cpp
[SandboxIR] Implement UncondBrInst and CondBrInst (
#187196
)
2026-03-19 10:28:32 -07:00
SandboxVectorizer.cpp
[SandboxVec][LoadStoreVec] Initial pass implementation (
#188308
)
2026-03-31 15:15:43 -07:00
SandboxVectorizerPassBuilder.cpp
[SandboxVec][LoadStoreVec] Initial pass implementation (
#188308
)
2026-03-31 15:15:43 -07:00
Scheduler.cpp
[SandboxVec][DAG][NFC] Remove argument from setScheduelued() (
#185787
)
2026-03-11 12:03:57 -07:00
SeedCollector.cpp
[SandboxVec][SeedCollector] Implement collection of seeds with different types (
#146171
)
2025-08-22 22:57:49 -07:00
VecUtils.cpp
…