This patch splits the runTillFixpoint functions into two more functions
to improve readability and prevent logic duplication when we add more
scheduling options.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/Transforms/IPO/Attributor.h | ||
---|---|---|
1432 | Use SmallVectorImpl<AbstractAttribute *> in APIs, or ArrayRef<...> |
Use SmallVectorImpl<AbstractAttribute *> in APIs, or ArrayRef<...>