Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D85063
[NewPM][LoopVersioning] Port LoopVersioning to NPM ClosedPublic Authored by aeubanks on Jul 31 2020, 5:34 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 31 2020, 9:47 PM This revision was landed with ongoing or failed builds.Aug 3 2020, 10:32 AM Closed by commit rG7c19c89dd5c5: [NewPM][LoopVersioning] Port LoopVersioning to NPM (authored by aeubanks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 282365 llvm/include/llvm/InitializePasses.h
llvm/include/llvm/Transforms/Utils/LoopVersioning.h
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
llvm/lib/Transforms/Scalar/Scalar.cpp
llvm/lib/Transforms/Utils/LoopVersioning.cpp
llvm/test/Transforms/LoopVersioning/basic.ll
|
use function_ref since it is a one-time use/ref of a callable.