This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b6364ab9558277e877b2da2dfdff36e805dafa8d
clang-p2996
/
llvm
/
lib
/
Transforms
/
Vectorize
/
SandboxVectorizer
History
Vasileios Porpodas
79861d2db7
Reapply "[SandboxVec] Add a simple pack reuse pass (
#141848
)"
...
This reverts commit
31abf07742
.
2025-06-05 09:14:17 -07:00
..
Passes
Reapply "[SandboxVec] Add a simple pack reuse pass (
#141848
)"
2025-06-05 09:14:17 -07:00
DependencyGraph.cpp
[SandboxVec][Scheduler] Fix reassignment of SchedBundle to DGNode
2025-02-20 15:28:16 -08:00
InstrMaps.cpp
[SandboxVec][BottomUpVec] Separate vectorization decisions from code generation (
#127727
)
2025-02-20 10:21:25 -08:00
Interval.cpp
…
Legality.cpp
[Transforms] Use range constructors of *Set (NFC) (
#133203
)
2025-03-27 07:51:58 -07:00
SandboxVectorizer.cpp
[SandboxVec][NFC] Replace std::regex with llvm::Regex (
#134110
)
2025-04-02 13:46:56 -07:00
SandboxVectorizerPassBuilder.cpp
Reapply "[SandboxVec] Add a simple pack reuse pass (
#141848
)"
2025-06-05 09:14:17 -07:00
Scheduler.cpp
[SandboxVec][Scheduler] Enforce scheduling SchedBundle instrs back-to-back (
#128092
)
2025-02-27 10:23:50 -08:00
SeedCollector.cpp
[llvm] Use range-based for loops with llvm::drop_begin (NFC) (
#136417
)
2025-04-19 09:10:43 -07:00
VecUtils.cpp
…