Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/Utils/CodeMoverUtils.cpp | ||
---|---|---|
42 | [suggestion] Add a shortcut: if (&BB0 == &BB1) return true; |
llvm/lib/Transforms/Utils/CodeMoverUtils.cpp | ||
---|---|---|
42 | Done the change when commit. |
Comment Actions
For reference: landed as aaf7f05a96e6c21b7a6d1ad9e73fb7ab5eee7d83
Phabricator didn't recognize it because the Differential Revision: line wasn't its own paragraph.
[suggestion] Add a shortcut: