Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This seems reasonable. Are you aware of other passes that don't use INITIALIZE_PASS without a good reason?
@MatzeB pointed out earlier on IRC InstPrinter but that's not quite easy to fix.
Comment Actions
LGTM.
lib/CodeGen/RegAllocGreedy.cpp | ||
---|---|---|
433 ↗ | (On Diff #77702) | duplicate |
434–442 ↗ | (On Diff #77702) | There are a number of passes in here that I would not expect (I would only expect the stuff from getAnalysisUsage() here). But I see this was just copied from the constructor, which was equally strange. So I guess we can leave the cleanup of this list for another commit. |