With the new pass manager, it is not possible to obtain a pointer to the pass.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 44893 Build 46411: arc lint + arc unit
Paths
| Differential D73390
RNG: Take pass name as argument instead of pass pointer. ClosedPublic Authored by ddcc on Jan 24 2020, 4:26 PM.
Details Summary With the new pass manager, it is not possible to obtain a pointer to the pass.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 31 2020, 10:52 AM Closed by commit rG73713f3e5ef2: RNG: Take pass name as argument instead of pass pointer. (authored by ddcc). · Explain WhyJan 31 2020, 11:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 240321 llvm/include/llvm/IR/Module.h
llvm/lib/IR/Module.cpp
llvm/unittests/IR/ModuleTest.cpp
|