1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/Passes
maekawatoshiki def1bd540b [LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass
This patch changes LoopUnrollAndJamPass from FunctionPass to LoopNest pass.
The next patch will utilize LoopNest to effectively handle loop nests.

Reviewed By: Whitney

Differential Revision: https://reviews.llvm.org/D99149
2021-05-21 23:57:39 +09:00
..
CMakeLists.txt [NewPM] Add C bindings for new pass manager 2021-05-17 11:45:47 -07:00
PassBuilder.cpp [LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass 2021-05-21 23:57:39 +09:00
PassBuilderBindings.cpp [NewPM] Add C bindings for new pass manager 2021-05-17 11:45:47 -07:00
PassPlugin.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PassRegistry.def [LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass 2021-05-21 23:57:39 +09:00
StandardInstrumentations.cpp [NewPM] Add options to PrintPassInstrumentation 2021-05-18 20:59:35 -07:00